Documentation

GNU D Compiler
Compiler
GDC
Name
GNU D Compiler
Language
D
Program and version
gdc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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!");
}