mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
all: add support for windows/amd64
This uses Mingw-w64, which seems to be the de facto standard for porting Unixy programs to Windows.
This commit is contained in:
committed by
Ron Evans
parent
41bcad9c19
commit
869e917dc6
Vendored
+1
-2
@@ -33,6 +33,5 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
print(string(data))
|
||||
|
||||
os.Stdout.Write(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user