A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
1
Task/Hostname/Clojure/hostname-1.clj
Normal file
1
Task/Hostname/Clojure/hostname-1.clj
Normal file
|
|
@ -0,0 +1 @@
|
|||
(.. java.net.InetAddress getLocalHost getHostName)
|
||||
1
Task/Hostname/Clojure/hostname-2.clj
Normal file
1
Task/Hostname/Clojure/hostname-2.clj
Normal file
|
|
@ -0,0 +1 @@
|
|||
java -cp clojure.jar clojure.main -e "(.. java.net.InetAddress getLocalHost getHostName)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue