This commit is contained in:
2025-02-05 16:27:10 -05:00
parent ffea4ddacd
commit 87f408efb5
6 changed files with 20 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, world")
}