import FoundationNetworking import Foundation print(try! String(contentsOf: URL(string: "https://example.com")!))
swiftc main.swift -static-stdlib