Initial go code (#7)

Reviewed-on: #7
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-07-27 19:36:32 +00:00
committed by phoenix
parent c930c146e5
commit 75dd476d71
4 changed files with 55 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import "fmt"
const VERSION = "0.4.100"
func main() {
fmt.Println("clean_file")
}