tlang/source/tlang/app.d

17 lines
193 B
D

/**
* Tristan's programming language
*
* This is TOP SECRET code, not for RELEASE!
* Violators WILL BE PUT UP AGAINST A WALL AND
* SHOT!
*/
module tlang;
import std.stdio;
void main()
{
}