messing around with the size of "universe_of_defects"

cat-town
Dan Buch 13 years ago
parent 3b34c6ce0d
commit 3a7ae25fa3

@ -8,7 +8,7 @@ int main(int argc, char *argv[])
printf("You have %d bugs imaginary rate of %f.\n",
bugs, bug_rate);
long universe_of_defects = 1 * 1024 * 1024 * 1024;
unsigned long universe_of_defects = 63.99999999999 * 32 * 1024 * 1024;
printf("The entire universe has %ld bugs.\n",
universe_of_defects);

Loading…
Cancel
Save