1
0
forked from x/ContextOS
ContextOS/src/demo.go
2023-03-06 18:59:24 +08:00

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")
}