Advertisement
apiwat

DiceMain

Feb 13th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. package lapHardCore;
  2.  
  3. public class DiceMain {
  4.  
  5.     public static void main(String[] args) {
  6.         DiceAtt dice = new DiceAtt();
  7.  
  8.     }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement