/* This is the "hello world" C program. */ main() { printf("hello, world \t tab \t tab here is a slash : \\ \n"); }