diff --git a/InstallTroubleshooting.md b/InstallTroubleshooting.md new file mode 100644 index 00000000..2995dcad --- /dev/null +++ b/InstallTroubleshooting.md @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, WebAssembly!") +} \ No newline at end of file