first main file

This commit is contained in:
César Gallego Rodríguez
2019-09-04 10:15:56 +02:00
parent a2bc41738b
commit 7961ed1089
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Kapow!")
}