Skip to content

Commit

Permalink
update badthings to be more exciting :octocat:
Browse files Browse the repository at this point in the history
From joshhartigan@4acdd5880d92016063cc1e19229f3a8de6b82fa0
  • Loading branch information
James Lu authored and James Lu committed Apr 12, 2015
1 parent 1562e47 commit f10d859
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions code/stay out/bad things will happen/badthings.cpp
@@ -1,9 +1,17 @@
#include <iostream>

int main()
{
for (;;) {
std::cout << "Bad things are currently happening." << std::endl;
}
return 0;
}
#define now int
#define begin main()
#define please {
#define end }
#define forever while(1)
#define say std::cout <<
#define ok ;
#define leave return
#define quickly 1

now begin please
forever please
say "HELP I AM NOT GOOD WITH COMPUTER " ok end ok
leave quickly ok
end

0 comments on commit f10d859

Please sign in to comment.