minor update in repl output message

This commit is contained in:
Daniel Kang 2019-01-11 01:25:38 -08:00
parent 581aa5773d
commit 080e2727be

View file

@ -25,7 +25,7 @@ func main() {
panic(err)
}
fmt.Printf("Hello, %s! This is the Ghost programming language!\n", currentUser.Name)
fmt.Printf("Hello, %s! Welcome to the Tengo Language!\n", currentUser.Name)
startRepl(os.Stdin, os.Stdout)
}