#include <stdio.h> int main(void) { printf("xyz"); printf("456\n"); printf("mn\t"); printf("78"); return 0;}
ab
xyz456 mn 78
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!