+++ title = "Hello, world!" author = ["Christopher James Hayward"] date = 2021-01-17 lastmod = 2021-02-01T16:10:18-05:00 draft = false +++ ```c #include int main() { printf("Hello, world!"); return 0; } ```