Added Library JLINE
This commit is contained in:
7
src/main/java/org/cametendo/Greeting.java
Normal file
7
src/main/java/org/cametendo/Greeting.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package org.cametendo;
|
||||
public class Greeting {
|
||||
public static void greeting() {
|
||||
System.out.println("Welcome to cflash!");
|
||||
System.out.println("Would you like to flash an image (Y/n)");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user