main v1.0.0
alex 2024-09-07 13:09:36 +02:00
parent 372908fd21
commit 0d9f4c9d96
1 changed files with 1 additions and 1 deletions

View File

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