Skip to content

Instantly share code, notes, and snippets.

@sleepyfox
Created February 19, 2012 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleepyfox/1863384 to your computer and use it in GitHub Desktop.
Save sleepyfox/1863384 to your computer and use it in GitHub Desktop.
Some Java code for Code Dojo 4
// This file contains 3 lines of code
public interface Dave {
/**
* count the number of lines in a file
*/
int countLines(File inFile); // not the real signature!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment