import std.file, std.stream, token; int main(char[][] argv) { new IntToken(32, null); return 0; }