update msg

main
alex 2024-09-07 13:09:00 +02:00
parent 75d4e32b38
commit 372908fd21
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package libcore
func HelloWorld() string {
return "Hello, World!"
return "Hello, World! from libcore"
}