From 0d9f4c9d965126ad069fdbd02489a8544c27406d Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 Sep 2024 13:09:36 +0200 Subject: [PATCH] test --- helloworld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.go b/helloworld.go index 5c4da26..3475761 100644 --- a/helloworld.go +++ b/helloworld.go @@ -1,5 +1,5 @@ package libcore func HelloWorld() string { - return "Hello, World! from libcore" + return "Hello, World!" }