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
c7c6f2cd22
libcore
/
helloworld.go
6 lines
70 B
Go
Raw
Normal View
History
Unescape
Escape
init lib
2024-09-07 13:08:40 +02:00
package
libcore
func
HelloWorld
(
)
string
{
test
2024-09-07 13:09:36 +02:00
return
"Hello, World!"
init lib
2024-09-07 13:08:40 +02:00
}