Artifact Content
Not logged in

Artifact 404b54e69646e17a376135abd31e2d8af60a77e8


/**
 * Authors: k.inaba
 * License: NYSL 0.9982 (http://www.kmonos.net/nysl/
 *
 * Entry point for Polemy interpreter.
 */

import std.stdio;

version(unittest) static ~this()
{
	writeln( "(Press Enter to finish)" );
	readln();
}

void main( string[] args )
{
}