mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-27 08:31:04 +08:00
6 lines
137 B
Java
6 lines
137 B
Java
class JavaVersion {
|
|
public static void main(String[] args) {
|
|
System.out.println(System.getProperty("java.version"));
|
|
}
|
|
}
|