Recreating Practice Folder + Application.java.
This commit is contained in:
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
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user