<unknown>:0: error: could not load the swift standard library

Hello, I am trying to get started on swift with windows 10, and I had downloaded the windows development pack and am using VS code.

import Swift

print("Hello World");


Is all the code I have and I am getting the error above when I try to run it
Was this page helpful?