From 64ef607766e3ccb682663108e9ee4c6c8ecb248a Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Wed, 24 Sep 2025 17:58:18 +0200 Subject: [PATCH] Say hello to entire world --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 44ee7ea..f7b60bd 100644 --- a/main.go +++ b/main.go @@ -3,5 +3,5 @@ package main import "fmt" func main() { - fmt.Println("Hello!") + fmt.Println("Hello, world!") }