Lynxie/main.go
2025-02-27 21:18:51 +00:00

9 lines
77 B
Go

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