forked from HitsLikeTruck/adp_assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "First commit - added password class"
This reverts commit ba1709f
- Loading branch information
1 parent
ba1709f
commit 7dd490f
Showing
4 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package za.ac.cput.adp3_GitAssignment; | ||
|
||
/** | ||
* Small addition program | ||
* @author Jonathan Kleynhans | ||
* 217268153 | ||
* **/ | ||
|
||
public class Addition { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package za.ac.cput.adp3_GitAssignment; | ||
|
||
/** | ||
* | ||
* small division program | ||
* | ||
* **/ | ||
|
||
|
||
public class Division { | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/java/za/ac/cput/adp3_GitAssignment/Multiplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package za.ac.cput.adp3_GitAssignment; | ||
|
||
/** | ||
* | ||
* small multiplication program | ||
* | ||
* **/ | ||
|
||
|
||
public class Multiplication { | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/java/za/ac/cput/adp3_GitAssignment/Subtraction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package za.ac.cput.adp3_GitAssignment; | ||
|
||
/** | ||
* | ||
* small subtraction program | ||
* | ||
* **/ | ||
|
||
|
||
public class Subtraction { | ||
} |