mirror of
https://github.com/wisplite/raster.git
synced 2026-05-01 06:32:44 -05:00
8 lines
74 B
Go
8 lines
74 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello, World!")
|
|
}
|