Skip to content

Instantly share code, notes, and snippets.

@Sarcross
Created November 5, 2016 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sarcross/035376964b3256e7d48697947c09fbe7 to your computer and use it in GitHub Desktop.
Save Sarcross/035376964b3256e7d48697947c09fbe7 to your computer and use it in GitHub Desktop.
import std.stdio;
import std.array;
import std.string;
import WordFileParser;
void main() {
writeln("Hello World.");
testLib();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment