Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 210 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 210 Bytes

SURL

Swifty URL

"https://raw.githubusercontent.com/0xLeif/0xLeif/master/README.md"
    .url?
    .get  { (data, response, error) in
    
    print(String(data: data!, encoding: .utf8))
    
}