From 191cf1a3c99a26fc736812e582bd07fadfffc051 Mon Sep 17 00:00:00 2001 From: jet2tlf Date: Fri, 31 May 2024 01:17:38 -0300 Subject: pass 7st stage --- cmd/myshell/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/myshell/main.go b/cmd/myshell/main.go index 05a97a7..9ccf88c 100644 --- a/cmd/myshell/main.go +++ b/cmd/myshell/main.go @@ -45,7 +45,7 @@ func main() { exec := path + "/" + command[1] if _, err := os.Stat(exec); err == nil { - fmt.Printf("%s is %s", command[1], exec) + fmt.Printf("%s is %s\n", command[1], exec) return } } -- cgit v1.2.3