gorss/main.go
2025-04-12 08:24:40 +02:00

8 lines
69 B
Go

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