Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package prj10072021;
- public class RunDie {
- public static void main(String[] args) {
- Die d;
- d = new Die();
- System.out.println(d.getNum());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement