Skip to content

Commit

Permalink
monke moji
Browse files Browse the repository at this point in the history
  • Loading branch information
ZizouHuweidi committed Mar 17, 2024
1 parent 028306b commit 7da716b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/zizouhuweidi/monke

go 1.20
go 1.22
2 changes: 1 addition & 1 deletion repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/zizouhuweidi/monke/token"
)

const PROMPT = ">> "
const PROMPT = "🐒 "

func Start(in io.Reader, out io.Writer) {
scanner := bufio.NewScanner(in)
Expand Down

0 comments on commit 7da716b

Please sign in to comment.