Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 7809313

Browse files
authored
Update usaco.html
1 parent c0d3133 commit 7809313

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

usaco.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,13 @@ <h2>Downloads</h2>
2525
LANG:JAVA
2626
PROG:
2727
*/
28-
29-
 
28+
//MINIMAL CODE
3029
import java.io.*;
3130
import java.util.*;
3231
public class example {
33-
3432
public static void main(String[] args) throws IOException {
3533
BufferedReader f=new BufferedReader(new FileReader("project.in"));
3634
PrintWriter pw=new PrintWriter(new BufferedWriter(new FileWriter("project.out")));
37-
38-
39-
40-
41-
4235
pw.close();
4336
f.close();
4437
}

0 commit comments

Comments
 (0)