6 lines
80 B
D
6 lines
80 B
D
|
|
import std.stdio, std.process;
|
||
|
|
|
||
|
|
void main() {
|
||
|
|
auto home = getenv("HOME");
|
||
|
|
}
|