Untested Go

This commit is contained in:
ilsix 2024-04-04 20:17:17 +02:00
parent 7a36356072
commit 72dd60c819

7
go/helloworld.go Normal file
View File

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