commit 573382e878c41f7684b2544e9862b69b89071aae
parent acf3448fc0a4e4066a858ae02bc6340ec0ae53d7
Author: david cochran <about.trout@gmail.com>
Date: Sun, 3 Dec 2023 14:05:29 -0800
fix welcome message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/gbfy/main.go b/cmd/gbfy/main.go
@@ -61,7 +61,7 @@ func main() {
}
const (
- welcomeMsg = `Welcome!
+ welcomeMsg = `Go Brainfuck Yourself!
:q[uit] to exit REPL loop
:d[ump] to dump interpreter state
:f[uck] to reset interpreter state`