This commit is contained in:
Grace Yoder 2026-03-19 21:04:18 +00:00
commit 9d795f5832
3 changed files with 42 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}