Skip to content

Commit

Permalink
initial commit for starter code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolitz committed Nov 8, 2022
0 parents commit 4838889
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TestListExamples.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import static org.junit.Assert.*;
import org.junit.*;

public class TestListExamples {
// Write your grading tests here!
}
6 changes: 6 additions & 0 deletions grade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Create your grading script here

set -e

git clone $1 student-submission

Binary file added lib/hamcrest-core-1.3.jar
Binary file not shown.
Binary file added lib/junit-4.13.2.jar
Binary file not shown.

0 comments on commit 4838889

Please sign in to comment.