minor update in repl output message
This commit is contained in:
parent
581aa5773d
commit
080e2727be
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue