1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-11-08 16:38:14 -05:00

Add initial PartOne and PartTwo classes

This commit is contained in:
DjBushido 2014-01-21 20:02:16 -05:00
parent 5ead7ddcb6
commit 1242130b46
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package edu.uncc.itcs4180;
/* Assignment: Homework 1
* File name: PartOne.java
* Group:
* Bradlee Speice
* Brandon Rodenmayer
*/
public class PartOne {
}

View File

@ -0,0 +1,12 @@
package edu.uncc.itcs4180;
/* Assignment: Homework 1
* File name: PartOne.java
* Group:
* Bradlee Speice
* Brandon Rodenmayer
*/
public class PartTwo {
}