RosettaCodeData/Task/Environment-variables/D/environment-variables-1.d

6 lines
80 B
D
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import std.stdio, std.process;
void main() {
auto home = getenv("HOME");
}