#include <stdio.h>

    int main() {
    	/* a comment */ printf(
	"hello, world!\n"
	);
    }
