1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00
2018-08-11 20:55:13 +01:00

10 lines
91 B
Go

// +build js,wasm
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}