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