From 421b81f6fcdee15a4a3642081748ca679bcee8a5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 2 Feb 2025 01:21:26 +0000 Subject: Initial Go project --- cmd/app/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/app/main.go (limited to 'cmd/app/main.go') diff --git a/cmd/app/main.go b/cmd/app/main.go new file mode 100644 index 0000000..a3dd973 --- /dev/null +++ b/cmd/app/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World!") +} -- cgit v1.2.3