mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
ENH: major changes to support addition of languages from cmake modules directory.
This commit is contained in:
11
Tests/Java/HelloWorld.java
Normal file
11
Tests/Java/HelloWorld.java
Normal file
@@ -0,0 +1,11 @@
|
||||
class HelloWorld
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
A a;
|
||||
a = new A();
|
||||
a.printName();
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user