Created
December 8, 2016 13:06
-
-
Save nielsutrecht/b3304b77f77c3bb54810671cbb840e46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package test; | |
import shape.*; | |
public class Factorial { | |
public void testRound() { | |
Round round = new Round(); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package shape; | |
public class Round { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment