aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authoralex <[email protected]>2026-06-25 17:47:56 +0200
committeralex <[email protected]>2026-06-25 17:47:56 +0200
commite9a9d8694eda14a75a9af3781deded16c6f41cc0 (patch)
tree7fce9c64d4911fdc5a7babfc8cce44c48f30b32f /main.go
downloadredis-clone-e9a9d8694eda14a75a9af3781deded16c6f41cc0.tar.xz
redis-clone-e9a9d8694eda14a75a9af3781deded16c6f41cc0.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..b7d2a32
--- /dev/null
+++ b/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello, World!")
+}