10 lines
134 B
C
Raw Normal View History

#include <stdio.h>
int main () {
printf("\v\v\v\v\v\v\v\v\t\tHello World!\n\tFrom the C Programming Language\n");
return 0;
}