Contains

- Fraction.java: the Fraction class developed in the lectures, with test 
  code; this is the version that stores Fractions as two reduced ints

- Template.txt: a skeleton Java class definition that makes it easy
  to lay out and comment a Java program
