This little command will add up the lines of code across packages in a Java program. 1find . -name "*.java" -exec wc -l {} \+
Tag Archives: java
Circle Calculator
July 3 09
For my first code post I thought it might be appropriate to put the first code from the first lab of my first computer science class at Wheaton.