Skip to content

Instantly share code, notes, and snippets.

View mhlgio's full-sized avatar
🎯
Focusing

Mateusz Haligowski mhlgio

🎯
Focusing
  • yahoo.com
  • Seattle, WA
  • 02:51 (UTC -08:00)
View GitHub Profile
import java.util.Random;
import java.util.*;
public class InputRandomGame {
public static void main(String[] args) {
intro();
gameMechanic();
ask();
}
public static void ask() {