]> git.itanic.dy.fi Git - sudoku/blob - debug.h
Generator: First version that searches sudokus in parallel threads
[sudoku] / debug.h
1 #ifndef DEBUG_H
2 #define DEBUG_H
3
4 #include <iostream>
5
6 #define DPRINT std::cout << __FILE__ << ":" << __LINE__ << " "
7
8 #endif