Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
Cheat sheets
Certificates
Markdown
Instructor guides
GitHub repositories
GNU D Compiler
Compiler
GDC
Name
GNU D Compiler
Language
D
Program and version
gdc (Ubuntu 10-20200411-0ubuntu1) 10.0.1 20200411 (experimental) [master revision bb87d5cc77d:75961caccb7:f883c46b4877f637e0fa5025b4d6b5c9040ec566]
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!"
);
}