backup
This commit is contained in:
7
projekt/Helper.~ava
Normal file
7
projekt/Helper.~ava
Normal file
@@ -0,0 +1,7 @@
|
||||
public class Helper {
|
||||
public int getRandomNumber(int max) {
|
||||
return ((int)(Math.random() * (max+1)));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user