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