Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 110 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 110 Bytes

java Programs

//compile the file

javac filename.java

//run the file

java filename or java -cp . filename