From: b Date: Wed, 18 Dec 2013 21:18:52 +0000 (+0000) Subject: It's NewpixbOTTification time! X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=cbb37cbbdcd42b4eac0f492fdda68f92f358b870;p=ott%2Fenhance It's NewpixbOTTification time! git-svn-id: svn://botcastle1b/npb@1 0d794883-4e4e-4f65-aa7a-0e7f5947bab5 --- cbb37cbbdcd42b4eac0f492fdda68f92f358b870 diff --git a/a.out b/a.out new file mode 100644 index 0000000..40a95d1 Binary files /dev/null and b/a.out differ diff --git a/npb.cpp b/npb.cpp new file mode 100644 index 0000000..d7feb1d --- /dev/null +++ b/npb.cpp @@ -0,0 +1,16 @@ + // // It's NewpixbOTTification Time! + // // Take a picture and add a newpixbot to it! + // // Requires Dev Image Library + // // +// // ~~bicyclesonthemoon + +#include +int main (int argc, const char *argv[]) +{ + if(argc<3) + { + printf("arguments\n"); + } + return 0; + +}