Recreating Practice Folder + Application.java.
This commit is contained in:
parent
68affce749
commit
80c6c74a66
9
src/Practice/Application.java
Normal file
9
src/Practice/Application.java
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package Practice;
|
||||||
|
|
||||||
|
public abstract class Application {
|
||||||
|
|
||||||
|
public void start() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -1,15 +0,0 @@
|
|||||||
package Practice.Permutations;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Jonathan Turner
|
|
||||||
* @version Spring 2024
|
|
||||||
*/
|
|
||||||
public class DecreaseByOne_BottomsUp {
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
// Prompt for Input
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user