TIL that Swift on Windows 10 isn't working
Failed to make Swift work on Windows 10. Swift Forums: Having error compiling a simple hello.swift on Windows 10.
What I have learned that to compile Swift source on Windows I should run swiftc -emit-executable -o hello.exe hello.swift
.
swift hello.swift
is not compiling. What’s it doing then?