Format: AllC/C++CSSTextshell script Advanced Search
51: if (startup) { 52: tm_putstring("Hello, world\n"); 53: } 54: else { 55: tm_putstring("Good bye, world\n"); 56: }