ArcNinja
. **** ACCIDENTAL RETRO COMPUTING ****

64K RAM SYSTEM 38911 BASIC BYTES FREE

READY.
LOAD "$",8_
. **** ACCIDENTAL RETRO COMPUTING ****

64K RAM SYSTEM 38911 BASIC BYTES FREE

READY.
LOAD "$",8_
Currently Offline
Recent Activity
18,082 hrs on record
last played on 28 Apr
1.5 hrs on record
last played on 24 Apr
695 hrs on record
last played on 17 Apr
Comments
20 Oct, 2020 @ 9:33pm 
Ah, wonderfull - the h1 operator (headline) does not work in comments... :yk2technique:
20 Oct, 2020 @ 9:31pm 
[h1]#define true (rand() % 100 < 98)[/h1] :wd:
[h1]When you overload truth with randomness, pure evil remains![/h1]
You can see that on Twi**er and Fac***ok everyday... :wd_DeadSec:




:spy: :steammocking:
#include <cstdlib>
#include <iostream>
// Did I tell you the definition of insanity?

#define true (rand() % 100 < 98)
int main() {
using namespace std;
srand(42);

cout << "The Council of Watersheep says:\n";
while (true) {
if (true) cout << "yea\n"; else cout << "nay\n";
}
return 0;
}

Pure evil!