Documentation

GNU D Compiler
Compiler
GDC
Name
GNU D Compiler
Language
D
Program and version
gdc (Debian 12.2.0-14) 12.2.0
Description
GNU D Compiler
Type
compiler
Flags1
-D_JUDGE_ -DNDEBUG -O2
Flags2
Extension
.d
Status
Ok

P68688
import std.stdio;

void main(string[] args)
{
    writefln("Hello world!");
}