Skip to content

Instantly share code, notes, and snippets.

@metebalci
Created May 1, 2018 10:06
Show Gist options
  • Save metebalci/650707e2924378983675f924bbb61cab to your computer and use it in GitHub Desktop.
Save metebalci/650707e2924378983675f924bbb61cab to your computer and use it in GitHub Desktop.
import java.util.Random;
public class Test {
public static void main(String[] args) {
var r = new Random();
System.out.println(r.nextInt());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment