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:
parent
5ead7ddcb6
commit
1242130b46
12
HW1/src/edu/uncc/itcs4180/PartOne.java
Normal file
12
HW1/src/edu/uncc/itcs4180/PartOne.java
Normal file
@ -0,0 +1,12 @@
|
||||
package edu.uncc.itcs4180;
|
||||
|
||||
/* Assignment: Homework 1
|
||||
* File name: PartOne.java
|
||||
* Group:
|
||||
* Bradlee Speice
|
||||
* Brandon Rodenmayer
|
||||
*/
|
||||
|
||||
public class PartOne {
|
||||
|
||||
}
|
12
HW1/src/edu/uncc/itcs4180/PartTwo.java
Normal file
12
HW1/src/edu/uncc/itcs4180/PartTwo.java
Normal file
@ -0,0 +1,12 @@
|
||||
package edu.uncc.itcs4180;
|
||||
|
||||
/* Assignment: Homework 1
|
||||
* File name: PartOne.java
|
||||
* Group:
|
||||
* Bradlee Speice
|
||||
* Brandon Rodenmayer
|
||||
*/
|
||||
|
||||
public class PartTwo {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user