]> git.itanic.dy.fi Git - sudoku/blob - debug.h
Makefile: Add TAGS target
[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