D
Phobos Library Implementation
I'm surprised nobody has done this in the D programming language yet. Nah, not really. That was sarcasm.
import std.stdio;
void main()
{
writefln("Arch is the best!");
}
~ peart, 2008-05-14 14:39:19
Tango Library Implementation
I'm surprised nobody has done this in the D programming language yet. Nah, not really. That was sarcasm.
import tango.io.Stdout;
void main()
{
Stdout("Arch is the best!").newline;
}
~ peart, 2008-05-14 14:39:35