Files
2026-04-09 11:35:50 -06:00

8 lines
80 B
Go

package main
import "fmt"
func main() {
fmt.Println("Greetings, Program!")
}