obligatory hello world thing

This commit is contained in:
2026-05-06 21:09:53 -06:00
parent 69c91a3366
commit c1e44ce35b
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Greetings Program")
}