From a5679641aa0eb9e872605b70c263c3e950132647 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 27 Oct 2022 19:24:57 -0700 Subject: ref(users/fcuny): and just like that ... --- users/fcuny/exp/monkey/cmd/repl/main.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 users/fcuny/exp/monkey/cmd/repl/main.go (limited to 'users/fcuny/exp/monkey/cmd') diff --git a/users/fcuny/exp/monkey/cmd/repl/main.go b/users/fcuny/exp/monkey/cmd/repl/main.go deleted file mode 100644 index 46b865c..0000000 --- a/users/fcuny/exp/monkey/cmd/repl/main.go +++ /dev/null @@ -1,12 +0,0 @@ -package main - -import ( - "fmt" - "monkey/pkg/repl" - "os" -) - -func main() { - fmt.Printf("Welcome to monkey's REPL.") - repl.Start(os.Stdin, os.Stdout) -} -- cgit 1.4.1