a comment
parent
b75e2b3839
commit
b5c5052604
|
|
@ -24,6 +24,7 @@ public class Main {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
try {
|
try {
|
||||||
|
//because who doesnt want infinite stars??
|
||||||
//while (true) {
|
//while (true) {
|
||||||
String name = "" + Integer.parseInt(nameVar.getValue());
|
String name = "" + Integer.parseInt(nameVar.getValue());
|
||||||
nameVar.setValue("" + (Integer.parseInt(nameVar.getValue()) + 1));
|
nameVar.setValue("" + (Integer.parseInt(nameVar.getValue()) + 1));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue