This commit is contained in:
Michał Gdula 2025-02-27 21:18:51 +00:00
parent 76fe5dde58
commit 2f30bec05c
29 changed files with 16 additions and 3687 deletions

9
main.go Normal file
View file

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Lynxie time")
}