10-01-2013, 06:32 AM
#include <stdio.h>
int eggs = 12;
main() {
if (eggs == 12) {
printf("13 loafs of bread get\n");
}
else {
printf("1 loaf of bread get\n");
}
int eggs = 12;
main() {
if (eggs == 12) {
printf("13 loafs of bread get\n");
}
else {
printf("1 loaf of bread get\n");
}