This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
asmble
Watch
1
Star
0
Fork
0
You've already forked asmble
mirror of
https://github.com/fluencelabs/asmble
synced
2025-04-08 21:28:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
asmble
/
examples
/
go-simple
/
simple.go
10 lines
79 B
Go
Raw
Normal View
History
Unescape
Escape
Begin work on Go examples for #14
2018-07-26 17:16:11 -05:00
package
main
import
(
"fmt"
)
func
main
(
)
{
Change Go example to simple hello world
2018-09-12 15:49:49 -05:00
fmt
.
Println
(
"Hello, World!"
)
Begin work on Go examples for #14
2018-07-26 17:16:11 -05:00
}
Reference in New Issue
Copy Permalink