1 2 3 4 5 6 7 8 9 10
// Expected output: // hello from c #include <stdio.h> int main(void) { puts("hello from c"); return 0; }