This website requires JavaScript.
Explore
Help
Sign In
LMS
/
libcore
Watch
1
Star
0
Fork
You've already forked libcore
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
372908fd21
libcore
/
helloworld.go
6 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
init lib
2024-09-07 13:08:40 +02:00
package
libcore
func
HelloWorld
(
)
string
{
update msg
2024-09-07 13:09:00 +02:00
return
"Hello, World! from libcore"
init lib
2024-09-07 13:08:40 +02:00
}