aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjet2tlf <jet2tlf@gmail.com>2024-05-30 01:53:22 +0000
committerjet2tlf <jet2tlf@gmail.com>2024-05-30 01:53:22 +0000
commit705f9c214695df293fc68bac774e45815858dabc (patch)
tree123face11294e69364a8984a67787029a4074482
parent32e39f1dc9f562796c30d87c96c65e282d7277be (diff)
downloadshell-go-705f9c214695df293fc68bac774e45815858dabc.tar.gz
shell-go-705f9c214695df293fc68bac774e45815858dabc.zip
pass 1st stage
-rw-r--r--cmd/myshell/main.go6
1 files changed, 1 insertions, 5 deletions
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')