1
0
Mirror von https://github.com/eclipse-aspectj/aspectj.git synchronisiert 2024-08-27 05:54:38 +02:00
org.aspectj/tests/new/Hello.java
2002-12-16 18:51:06 +00:00

7 Zeilen
161 B
Java

public class Hello {
public static void main(String[] args) {
System.out.println("hello world");
if (args.length > 1) throw new Error("e");
}
}