repo init with template for days

This commit is contained in:
2024-12-09 01:33:18 +01:00
commit 022a451f7a
6 changed files with 207 additions and 0 deletions

7
template/original.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func original() {
fmt.Println("Original Code")
}