RosettaCodeData/Task/Environment-variables/Julia/environment-variables.jl

4 lines
54 B
Julia

@show ENV["PATH"]
@show ENV["HOME"]
@show ENV["USER"]