#include int main() { for (int i; i < 6; i++) { printf("Hello world, %i\n", i); } }