summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-07-29 18:42:58 -0400
committerRobby Zambito <contact@robbyzambito.me>2025-07-29 18:54:43 -0400
commit4619d665d8fc347ff523699ca8c71ec9fadb5326 (patch)
treee797484bc52de64ac981dc7613660bdd57c15083 /main.go
Initial commit
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..f477bbf
--- /dev/null
+++ b/main.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+ "fmt"
+)
+
+func main() {
+ fmt.Println("hi")
+}