#include int main() { /* this is a comment. the following line will print "hello world" */ printf("hello world\n"); return 0; }