Commit 6fdb13f

mo khan <mo@mokhan.ca>
2021-08-25 21:25:09
initial commit
Changed files (2)
go.mod
@@ -0,0 +1,3 @@
+module github.com/xlg-pkg/x
+
+go 1.16
main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("You must be lost!")
+}