© 2026 Hedgehog Software, LLC
```c #include <stdio.h> int main() { printf("Hello world!"); return 0; }