summaryrefslogtreecommitdiff
path: root/templates/header.h
blob: 7e54f02a0f74f48896dc384194ab42c23b697e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * header.h
 *
 * Patrick Simianer <p@simianer.de>
 * YYYY-MM-DD
 */


#ifndef UNTITLED_H
#define UNTITLED_H

#include <iostream>



#endif