Skip to content

Instantly share code, notes, and snippets.

View kokx's full-sized avatar

Pieter Kokx kokx

  • GEWIS
  • Netherlands
View GitHub Profile
@kokx
kokx / Sudoku.java
Created October 31, 2010 18:05 — forked from bruninmi/gist:656828
/*
* @date 2010/10/04
* @author Pieter Kokx <[email protected]> (0747517)
* @author Mitchel Brunings <[email protected]> (0746097)
*/
import java.util.*;
import java.io.*;
public class Sudoku {