``````c #include <stdio.h> int main() { printf("Hello world!"); return 0; } ```\`\`\`

```c
#include <stdio.h>

int main()
{
  printf("Hello world!");
  return 0;
}
```
Was this page helpful?