chore: inital commit.

This commit is contained in:
CronyAkatsuki 2025-03-01 14:53:42 +01:00
commit 87a28a1361
10 changed files with 953 additions and 0 deletions

9
main.go Normal file
View file

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