Start a go rewrite.

This commit is contained in:
CronyAkatsuki 2023-12-19 13:22:13 +01:00
commit 08df1ee3dc
5 changed files with 755 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Let's start a rewrite!")
}