We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225faa5 commit 0580800Copy full SHA for 0580800
.DS_Store
0 Bytes
.gitignore
@@ -0,0 +1 @@
1
+.DS_Store
index.html
@@ -1,4 +1,13 @@
<h1>CodeHS Java Libraries</h1>
2
3
4
-<h2><a href="doc/index.html">View Documentation</a></h2>
+<h2><a href="doc/index.html">View Documentation</a></h2>
5
+
6
7
+<h3>Other Links</h3>
8
9
+<ul>
10
+ <li><a href="https://github.com/codehs/codehs-java-library">Download this repository and source files</a></li>
11
+ <li><a href="src/Randomizer.java">Download Randomizer.java</a></li>
12
+ <li><a href="src/ConsoleProgram.java">Download ConsoleProgram.java</a></li>
13
+</ul>
0 commit comments