Artifact 404b54e69646e17a376135abd31e2d8af60a77e8
- File
main.d
- 2010-11-08 16:40:55 - part of checkin [aa770610d3] on branch trunk - added layered-let (user: kinaba) [annotate]
/** * 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 ) { }