a comment

master
Marcus 2017-03-08 03:02:19 -05:00
parent b75e2b3839
commit b5c5052604
1 changed files with 1 additions and 0 deletions

View File

@ -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));