Tag Archives: java

Count Lines of Java Code Across Packages

This little command will add up the lines of code across packages in a Java program. 1find . -name "*.java" -exec wc -l {} \+

Circle Calculator

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.