From 661a5b240af93e14cad722525a746e3f46370515 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 8 Dec 2025 21:08:46 +0100 Subject: Add hello world as main.go This is just a minimal starting point for the repository. --- main.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main.go (limited to 'main.go') diff --git a/main.go b/main.go new file mode 100644 index 0000000..22c9b5a --- /dev/null +++ b/main.go @@ -0,0 +1,9 @@ +package main + +import ( + "log" +) + +func main() { + log.Println("Hello world!") +} -- cgit v1.2.3-70-g09d2