Advertisement
mmayoub

RunDie, 10.07.2021

Jul 10th, 2021
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package prj10072021;
  2.  
  3. public class RunDie {
  4.  
  5.     public static void main(String[] args) {
  6.         Die d;
  7.  
  8.         d = new Die();
  9.         System.out.println(d.getNum());
  10.  
  11.     }
  12.  
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement