From: Michael Andreen Date: Fri, 6 May 2005 11:20:09 +0000 (+0000) Subject: initial commit X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=commitdiff_plain;h=f082ffc3fe76ecaa2485386ed703530354bc1c10 initial commit --- diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..15bca93 --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main(int argc, char** argv){ + + return 0; +}