diff options
| author | alex <[email protected]> | 2026-06-25 17:47:56 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-06-25 17:47:56 +0200 |
| commit | e9a9d8694eda14a75a9af3781deded16c6f41cc0 (patch) | |
| tree | 7fce9c64d4911fdc5a7babfc8cce44c48f30b32f /main.go | |
| download | redis-clone-e9a9d8694eda14a75a9af3781deded16c6f41cc0.tar.xz redis-clone-e9a9d8694eda14a75a9af3781deded16c6f41cc0.zip | |
init
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World!") +} |
