18 lines
241 B
C++
Raw Normal View History

2012-04-19 19:04:21 +03:00
#include "bar.h"
#include "bat.h"
#include "foo.h"
#include "baz.h"
2013-03-16 19:13:01 +02:00
#include "bang.h"
#include "bing.h"
#include "bung.h"
#include "ting.h"
#include "arguments.h"
#include "list.h"
#include "target.h"
2012-04-19 19:04:21 +03:00
int main(int, char**)
{
return 0;
}