Skip to content

Instantly share code, notes, and snippets.

@bhelyer
Created February 6, 2010 02:27
Show Gist options
  • Save bhelyer/296481 to your computer and use it in GitHub Desktop.
Save bhelyer/296481 to your computer and use it in GitHub Desktop.
import std.stdio;
void main()
{
foreach (line; cast(string) stdin.byLine) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment