my/go/l1.go

9 lines
91 B
Go
Raw Normal View History

2026-05-12 22:51:25 +03:00
package main
2026-05-13 00:45:29 +03:00
2026-05-12 22:51:25 +03:00
import "fmt"
func main() {
fmt.Println("hello world")
2026-05-13 00:55:42 +03:00
fmt.Println("Hi")
2026-05-12 22:51:25 +03:00
}