starting things off

This commit is contained in:
2026-04-09 11:35:50 -06:00
parent 97f92ed629
commit e76f95c9c7
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Greetings, Program!")
}