| 1 | const hello_world_in_c = |
| 2 | \\#include <stdio.h> |
| 3 | \\ |
| 4 | \\int main(int argc, char **argv) { |
| 5 | \\ printf("hello world\n"); |
| 6 | \\ return 0; |
| 7 | \\} |
| 8 | ; |
| 9 | |
| 10 | // syntax |