aboutsummaryrefslogtreecommitdiff
path: root/util.h
blob: 4c9e140cc608c08bc65290c8f1b9e3972e644782 (plain)
1
2
3
4
5
6
7
#pragma once

#include <iostream>

using namespace std;

ostream& debug(ostream &os);