mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
support print(int)
This commit is contained in:
@@ -3,4 +3,5 @@ package main
|
||||
|
||||
func main() {
|
||||
println("Hello world from Go!")
|
||||
println("The answer is:", 42)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user