Skip to content

Commit 8d9095a

Browse files
committed
Change cat function to nyan
1 parent 2c6f2aa commit 8d9095a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func NewBoiInterpreter(input []byte) *BoiInterpreter {
194194
boi.RegisterGoFunction("say", BoiFuncSay)
195195
boi.RegisterGoFunction("set", BoiFuncSet)
196196
boi.RegisterGoFunction("icanhas", BoiFuncGet)
197-
boi.RegisterGoFunction("cat", BoiFuncCat)
197+
boi.RegisterGoFunction("nyan", BoiFuncCat)
198198
boi.context.functions["int"] = BoiFuncInt{boi}
199199
boi.context.functions["+"] = BoiFuncAdd{boi}
200200
boi.context.functions["-"] = BoiFuncSub{boi}

0 commit comments

Comments
 (0)