You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cpl.sh 120B

12345678
  1. # Use Java9 or later to compile this
  2. cd one
  3. javac Code.java
  4. jar -cvMf ../../lambda.jar Code.class
  5. rm Code.class
  6. cd ..