mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-30 16:49:03 +02:00
8 lines
47 B
D
8 lines
47 B
D
void foo()
|
|
{}
|
|
|
|
void main()
|
|
{
|
|
return foo();
|
|
}
|