aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-21 19:07:20 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-21 19:07:20 -0500
commit7c750f3797bfc36d943ec1c71bc932d547f51204 (patch)
tree510aaf4b1473dc36a66a990dbc2fbbcdfb5a4c4f /main.go
downloadzsu-7c750f3797bfc36d943ec1c71bc932d547f51204.tar.xz
zsu-7c750f3797bfc36d943ec1c71bc932d547f51204.zip
Init
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..8bc5cc2
--- /dev/null
+++ b/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello");
+}