create base

This commit is contained in:
Cametendo
2026-02-09 08:26:01 +01:00
parent 73ce756cbc
commit baab63f846
3 changed files with 41 additions and 0 deletions

6
Greeting.java Normal file
View File

@@ -0,0 +1,6 @@
public class Greeting {
public void greeting() {
System.out.println("Welcome to cflash!");
System.out.println("Would you like to flash an image (Y/n)");
}
}