8 lines
82 B
D
8 lines
82 B
D
import std.stdio;
|
|
|
|
int main(char[][] args)
|
|
{
|
|
writefln("Hi!");
|
|
return 0;
|
|
}
|