#include int main() { // this is a comment puts("hello, world!"); return 0; } /* so is this */