Skip to content

Instantly share code, notes, and snippets.

View havardge's full-sized avatar
💭
Checking out github's new package registry

Håvard Geithus havardge

💭
Checking out github's new package registry
  • Kantega
  • Bergen
View GitHub Profile
@havardge
havardge / Main.java
Created December 15, 2021 18:10
Simulering av julekalender
import java.util.Arrays;
import java.util.Random;
public class Main {
final static boolean DEBUG = false;
final static String DEBUG_FORMAT = "%10s | %8s | %18s | %20s%n";
final static boolean VELG_TILFELDIG_TELLER_SOM_IKKE_ER_FORST = false; // juks
final static int ANTALL_PERSONER = 5;
final static int ANTALL_SIMULERINGER = 10000000;
[
[1280966400000,37.39],
[1281052800000,37.16],
[1281312000000,37.39],
[1281398400000,37.06],
[1281484800000,35.74],
[1281571200000,35.97],
[1281657600000,35.59],
[1281916800000,35.38],
[1282003200000,36.00],