Hello world!

This commit is contained in:
Ayke van Laethem
2018-04-11 16:17:14 +02:00
commit bc28975c8c
4 changed files with 257 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package main
func main() {
println("Hello world from Go!")
}