Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

public class Noddy {

public static void main(String[] args) {


int top = Integer.parseInt(args[0]);
System.out.println(top);
}
}

You might also like