uwu/uwu.go
2021-07-25 02:36:41 +02:00

8 lines
65 B
Go

package main
import "fmt"
func main() {
fmt.Println("uwu")
}