Files
raster/backend/main.go
T
2025-08-27 00:44:04 -05:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}