From a13e43fc686aa267fa486f9cd2a7b6f5c5ff0848 Mon Sep 17 00:00:00 2001 From: EstifanosYalew Date: Mon, 30 Sep 2024 21:20:29 +0300 Subject: [PATCH] Update main.ts --- src/client/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/main.ts b/src/client/main.ts index 621c533d..b5dee5eb 100644 --- a/src/client/main.ts +++ b/src/client/main.ts @@ -3,15 +3,15 @@ */ import { + checkProgram, establishConnection, establishPayer, - checkProgram, - sayHello, reportGreetings, + sayHello, } from './hello_world'; async function main() { - console.log("Let's say hello to a Solana account..."); + console.log("hello world"); // Establish connection to the cluster await establishConnection();