#include int main() { for (int i = 0; i < 100;i++) { printf("hello from Linux_Hello!\n"); } return 0; }