#include <iostream> int main() { while(true) { std::cout << "I Like Linux, Programming and Open Source" << std::endl; } }