Created
June 23, 2016 08:59
-
-
Save moaible/542759729072411593ed414f7e5737fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env swift | |
| #if os(OSX) | |
| import Darwin | |
| #else | |
| import Glibc | |
| #endif | |
| import Foundation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment