Browse Source

clean up javadoc in 102.

master
Charles Reid 8 years ago
parent
commit
a74238f2f7
  1. 4
      102/Triangles.java

4
102/Triangles.java

@ -1,6 +1,10 @@ @@ -1,6 +1,10 @@
import java.util.*;
import java.io.*;
/**
* Determine the number of triangles that contain the origin
* from a list of 1,000 triangle endpoints.
*/
public class Triangles {
public static void main(String[] args) throws FileNotFoundException {
solve();

Loading…
Cancel
Save