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 <p.a.kokx@student.tue.nl> (0747517)
* @author Mitchel Brunings <m.d.brunings@student.tue.nl> (0746097)
*/
import java.util.*;
import java.io.*;
public class Sudoku {