From 7cb63edf3067159bb54da87de3cde3c81a343d48 Mon Sep 17 00:00:00 2001 From: jet2tlf Date: Fri, 31 May 2024 01:18:27 -0300 Subject: pass 7st stage --- cmd/myshell/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/myshell/main.go b/cmd/myshell/main.go index 9ccf88c..64e33d2 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\n", command[1], exec) + fmt.Printf("%s is %s\n\n", command[1], exec) return } } -- cgit v1.2.3