Skip to content

Commit

Permalink
this is a file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengecobdig committed Apr 7, 2015
1 parent 3ac7c77 commit 5ae8d62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stay out/bad things will happen/badthings.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <iostream>

int main()
{
std::cout << "Bad things are currently happening.";
system("PAUSE");
return 0;
}

0 comments on commit 5ae8d62

Please sign in to comment.