From 5ae8d62bde715c4c42ddfb0dd505cd4c0799093d Mon Sep 17 00:00:00 2001 From: Lightwolf219 Date: Tue, 7 Apr 2015 16:43:55 -0700 Subject: [PATCH] this is a file --- stay out/bad things will happen/badthings.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stay out/bad things will happen/badthings.cpp diff --git a/stay out/bad things will happen/badthings.cpp b/stay out/bad things will happen/badthings.cpp new file mode 100644 index 000000000000..acecfe4ebc7e --- /dev/null +++ b/stay out/bad things will happen/badthings.cpp @@ -0,0 +1,8 @@ +#include + +int main() +{ + std::cout << "Bad things are currently happening."; + system("PAUSE"); + return 0; +} \ No newline at end of file