Gift
unknown
c_cpp
9 months ago
205 B
10
Indexable
#include <stdio.h>
int main() {
int i;
for (i = 1; i <= 100; i++) {
printf(" HAPPY DIWALI DARLING\n");
}
return 0;
}
}
}Editor is loading...
Leave a Comment