8 lines
117 B
Text
8 lines
117 B
Text
|
|
// version 1.0.6
|
||
|
|
|
||
|
|
// tested on Windows 10
|
||
|
|
|
||
|
|
fun main(args: Array<String>) {
|
||
|
|
println(System.getenv("SystemRoot"))
|
||
|
|
}
|