7 lines
90 B
Text
7 lines
90 B
Text
use std.argv;
|
|
use std.io;
|
|
|
|
void main(const std.argv &args)
|
|
{
|
|
printf("Hello World!");
|
|
}
|