mirror of
https://github.com/MeiK2333/river.git
synced 2025-11-04 14:49:40 +08:00
6 lines
73 B
Go
6 lines
73 B
Go
package main
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World!")
|
|
} |