mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
4aca6fc498
* openjdk.java.net * linux * maybe insert $PATH on --with-tools-dir= * darwinsys.com/file * linux need to fix * linux deps * linux platform * rename -> openjdk.org * --with-tools-dir= * cflags & cxxflags & ldflags * cat ./config.log * /bin * clang * JDK_DIR * support dir * correct JDK_DIR for linux
5 lines
116 B
Java
5 lines
116 B
Java
class HelloWorld {
|
|
public static void main(String args[]) {
|
|
System.out.println("Hello, world!");
|
|
}
|
|
} |