Skip to content

Instantly share code, notes, and snippets.

@yusuke024
Created August 28, 2019 07:41
Show Gist options
  • Save yusuke024/bafc31148d709f41b80ec17771981100 to your computer and use it in GitHub Desktop.
Save yusuke024/bafc31148d709f41b80ec17771981100 to your computer and use it in GitHub Desktop.
#!/usr/bin/env swift
CommandLine.arguments // Get command-line arguments in the form of Swift array
print(_:separator:terminator) // Print to stdout
while let line = readLine() { … } // Read from stdin line-by-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment