Hello, world!
This commit is contained in:
5
programs/hello.go
Normal file
5
programs/hello.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
print("Hello, world\n")
|
||||
}
|
Reference in New Issue
Block a user