Selaa lähdekoodia

Add Hello, world

Kare Nuorteva 9 vuotta sitten
vanhempi
commit
dbeb2e9670
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      test.go

+ 7 - 0
test.go

@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("Hello, world!")
+}