Moderators: They make you lose count(Longest thread still alive!)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
"9" states Gideonseymour 2
"10" restates Gideonseymour 2 as he realizes Gideonseymour 1's sneakly ninjaing

You guys are creepy.
"I have been watching too much Railgun" admits Gideonseymour 2
 
"9" states Gideonseymour 2
"10" restates Gideonseymour 2 as he realizes Gideonseymour 1's sneakly ninjaing


"I have been watching too much Railgun" admits Gideonseymour 2
Watchful watches!!!! all the time

Java:
public static void main(String[] args) {
     int previousNumber = Utils.getPreviousNumber().toInt();
     previousNumber++;
     String newNumber = previousNumber.toString();
     System.out.println(newNumber);
}