How High Can We Count Without A MOD?

Code:
class number{
    public static void main(String[] Args){
        System.out.println("35");
    }
}
    
 
Last edited by a moderator:

Users who are viewing this thread

Back
Top