forked from x/ContextOS
12 lines
184 B
Go
12 lines
184 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("hello world")
|
|
fmt.Println("hello world")
|
|
fmt.Println("hello world")
|
|
fmt.Println("hello world")
|
|
fmt.Println("hello world")
|
|
}
|