From 2b1f8c3363ef667bc20f33bbb5a856a35f2591ba Mon Sep 17 00:00:00 2001 From: Feffernoose Date: Mon, 30 Sep 2013 20:20:45 -0400 Subject: Started automake stuff --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..8185573 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +int main(int argc, char** args) +{ + return 0; +} \ No newline at end of file -- cgit 1.4.1