diff --git a/SomeJavaCode.java b/SomeJavaCode.java index 3c4508b..2582373 100644 --- a/SomeJavaCode.java +++ b/SomeJavaCode.java @@ -1,7 +1,7 @@ public class SomeJavaCode { public static void main(String[] args) { int[] arr = new int[] { 1, 3, 6, 3, 10, 20 }; - for (int i = 0; i <= arr.length; i++) { + for (int i = 0; i < arr.length; i++) { System.out.println(arr[i]); } } diff --git a/alice.txt b/alice.txt new file mode 100644 index 0000000..e69de29 diff --git a/bob.txt b/bob.txt new file mode 100644 index 0000000..e69de29 diff --git a/gamow.txt b/gamow.txt index 5165600..21440f3 100644 --- a/gamow.txt +++ b/gamow.txt @@ -1,4 +1,6 @@ http://en.wikipedia.org/wiki/Alpher–Bethe–Gamow_paper + + In physical cosmology, the Alpher–Bethe–Gamow paper, or αβγ paper, was created by Ralph Alpher, then a physics PhD student, and his advisor George Gamow. The work, which would become the subject of Alpher's PhD dissertation, argued that the Big Bang would create hydrogen, helium and heavier elements in the correct proportions to explain their abundance in the early universe. While the original theory neglected a number of processes important to the formation of heavy elements, subsequent developments showed that Big Bang nucleosynthesis is consistent with the observed constraints on all primordial elements. Gamow humorously decided to add the name of his friend—the eminent physicist Hans Bethe—to this paper in order to create the whimsical author list of Alpher, Bethe, Gamow, a play on the Greek letters α, β, and γ (alpha, beta, gamma). Bethe was listed in the article as "H. Bethe, Cornell University, Ithaca, New York." In his 1952 book, The Creation of the Universe, Gamow explained Hans Bethe's association with the theory thus: diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..2ef267e --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +some content