mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World")
|
|
}
|