aboutsummaryrefslogtreecommitdiff
path: root/challenge-124/abigail/java/ch-1.java
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-124/abigail/java/ch-1.java')
-rw-r--r--challenge-124/abigail/java/ch-1.java29
1 files changed, 29 insertions, 0 deletions
diff --git a/challenge-124/abigail/java/ch-1.java b/challenge-124/abigail/java/ch-1.java
new file mode 100644
index 0000000000..93dd9df6a7
--- /dev/null
+++ b/challenge-124/abigail/java/ch-1.java
@@ -0,0 +1,29 @@
+//
+// See ../README.md
+//
+
+//
+// Run as: ln ch-1.java ch1.java; javac ch1.java; java ch1
+//
+
+public class ch1 {
+ public static void main (String [] args) {
+ System . out . print (" ^^^^^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^ ^\n");
+ System . out . print (" ^^^^^\n");
+ System . out . print (" ^\n");
+ System . out . print (" ^\n");
+ System . out . print (" ^\n");
+ System . out . print (" ^^^^^\n");
+ System . out . print (" ^\n");
+ System . out . print (" ^\n");
+ }
+} \ No newline at end of file