mirror of
https://github.com/bspeice/itcs4180
synced 2025-05-13 10:21:31 -04: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