Skip to content

Instantly share code, notes, and snippets.

@nielsutrecht
Created December 8, 2016 13:06
Show Gist options
  • Save nielsutrecht/b3304b77f77c3bb54810671cbb840e46 to your computer and use it in GitHub Desktop.
Save nielsutrecht/b3304b77f77c3bb54810671cbb840e46 to your computer and use it in GitHub Desktop.
package test;
import shape.*;
public class Factorial {
public void testRound() {
Round round = new Round();
}
}
package shape;
public class Round {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment