mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
96 B
D
8 lines
96 B
D
#!/opt/dmd/ÐÒÏÂÙ/rdmd
|
|
|
|
import core.stdc.stdio;
|
|
|
|
|
|
void main () {
|
|
printf("we are here!\n");
|
|
}
|