Skip to content

Commit

Permalink
Solution Template
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderli committed May 8, 2016
1 parent 8fc7086 commit bf1d6b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LeetCode2016/Solution.java
@@ -0,0 +1,7 @@
import java.util.*;
public class Solution{

public static void main(String args[]){
Solution sol = new Solution();
}
}

0 comments on commit bf1d6b8

Please sign in to comment.