Files
moxa/_test/print0.go
Marc Vertes 8717f1ef4b fix: correct append with variadic parameters and spread array (#124)
* fix: correct append with variadic parameters and spread array
* feat: add print builtin
2019-03-19 12:25:04 +01:00

9 lines
67 B
Go

package main
func main() {
print("hello")
}
// Output:
// hello