1
0
mirror of https://github.com/fluencelabs/asmble synced 2025-03-17 03:30:51 +00:00
2018-09-12 15:49:49 -05:00

10 lines
79 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}