mirror of
https://github.com/bspeice/itcs4180
synced 2025-07-03 23:06:05 -04:00
Add initial PartOne and PartTwo classes
This commit is contained in:
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 {
|
||||
|
||||
}
|
Reference in New Issue
Block a user