Added Library JLINE

This commit is contained in:
Cametendo
2026-04-21 22:00:28 +02:00
parent 0edbc24003
commit 48f4093906
11 changed files with 47 additions and 5 deletions

View 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)");
}
}