Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8da6329

Browse files
Add files via upload
1 parent 9b747f2 commit 8da6329

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

AJPHello.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
public class AJPHello {
2+
3+
public static void main(String[] args) {
4+
// generate some simple output
5+
System.out.println("Hello, World!");
6+
System.out.println("Gosh Darned!"); // Silly me
7+
System.out.println("I'll be damned!"); // new stuff
8+
System.out.println("I am a genius!");
9+
System.out.println("Who dare to argue?");
10+
System.out.println("Now fetch me my hosenfefer!");
11+
}
12+
}

0 commit comments

Comments
 (0)