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

Commit 1273416

Browse files
authored
Update usaco.html
1 parent ee2b5e3 commit 1273416

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

usaco.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,26 @@ <h1>Welcome random people</h1>
1414
<h1><a id="download"> You need eclipse.</h1>
1515
<h2>Downloads</h2>
1616
<a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/1a/eclipse-java-oxygen-1a-win32.zip"> Eclipse windows 32 bit</a>
17+
<code>
18+
/*
19+
TASK:
20+
ID:
21+
LANG:JAVA
22+
PROG:
23+
*/
1724

18-
25+
26+
import java.io.*;
27+
import java.util.*;
28+
public class test {
29+
30+
public static void main(String[] args) {
31+
// TODO Auto-generated method stub
32+
33+
}
34+
35+
}
36+
</code>
1937

2038

2139

@@ -25,3 +43,4 @@ <h2>Downloads</h2>
2543
<h1> By the person who got pass the high cards silver problem</h1>
2644
<p> Not to brag</p>
2745
</footer>
46+
</html>

0 commit comments

Comments
 (0)