corda/hello/Hello.java
Joel Dice 312a4cc985 Merge branch 'master' of git:avian into git-master
Conflicts:
	makefile
	src/machine.cpp
2012-06-29 15:47:52 -06:00

6 lines
111 B
Java

public class Hello {
public static void main(String[] args) {
System.out.println("hello, world!");
}
}