support print(int)

This commit is contained in:
Ayke van Laethem
2018-04-12 15:19:20 +02:00
parent e1b04abd46
commit 2478bb71f9
3 changed files with 29 additions and 2 deletions
+1
View File
@@ -3,4 +3,5 @@ package main
func main() {
println("Hello world from Go!")
println("The answer is:", 42)
}