corda/test/Hello.java

6 lines
111 B
Java

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