The D Programming Language
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Getting started
import std.stdio;
int main(string[] args)
{
writeln("Hello, world!");
return 0;
}
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
import std.stdio;
int main(string[] args)
{
writeln("Hello, world!");
return 0;
}