Skip to content

Commit 0580800

Browse files
committed
add gitignore and update index
1 parent 225faa5 commit 0580800

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<h1>CodeHS Java Libraries</h1>
22

33

4-
<h2><a href="doc/index.html">View Documentation</a></h2>
4+
<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

Comments
 (0)