20 lines
293 B
C++
20 lines
293 B
C++
|
|
#include "arguments.h"
|
|
#include "bang.h"
|
|
#include "bar.h"
|
|
#include "bat.h"
|
|
#include "baz.h"
|
|
#include "bing.h"
|
|
#include "bung.h"
|
|
#include "common.h"
|
|
#include "foo.h"
|
|
#include "list.h"
|
|
#include "prefix_foo_bar_bat.h"
|
|
#include "target.h"
|
|
#include "ting.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|