Skip to content

Instantly share code, notes, and snippets.

@lubaochuan
Created October 19, 2023 18:00
Show Gist options
  • Save lubaochuan/e4b88d848e6917093d18f1d38d887f64 to your computer and use it in GitHub Desktop.
Save lubaochuan/e4b88d848e6917093d18f1d38d887f64 to your computer and use it in GitHub Desktop.
class Main {
public static void main(String[] args) {
int input = Integer.parseInt(args[0]);
System.out.println("You entered: "+input);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment