mirror of
https://github.com/wisplite/raster.git
synced 2026-05-01 06:32:44 -05:00
humble beginnings
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module github.com/wisplite/raster
|
||||
|
||||
go 1.24.6
|
||||
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, World!")
|
||||
}
|
||||
Reference in New Issue
Block a user