From 705f9c214695df293fc68bac774e45815858dabc Mon Sep 17 00:00:00 2001 From: jet2tlf Date: Wed, 29 May 2024 22:53:22 -0300 Subject: pass 1st stage --- cmd/myshell/main.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cmd/myshell/main.go') diff --git a/cmd/myshell/main.go b/cmd/myshell/main.go index 6c65d9c..f5c858a 100644 --- a/cmd/myshell/main.go +++ b/cmd/myshell/main.go @@ -7,11 +7,7 @@ import ( ) func main() { - // You can use print statements as follows for debugging, they'll be visible when running tests. - fmt.Println("Logs from your program will appear here!") - - // Uncomment this block to pass the first stage - // fmt.Fprint(os.Stdout, "$ ") + fmt.Fprint(os.Stdout, "$ ") // Wait for user input bufio.NewReader(os.Stdin).ReadString('\n') -- cgit v1.2.3