messing around with the size of "universe_of_defects"

This commit is contained in:
Dan Buch 2011-09-08 15:57:49 -04:00
parent 3b34c6ce0d
commit 3a7ae25fa3

2
ex7.c
View File

@ -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);