#include int main (int argc, char *argv[]) { printf("another line"); printf("Hello Everyone!\n"); return 0; }