= hello, universe! Sri Aspari :revdate: 2023-09-19 :tags: blog, asciidoctor Getting up and running [source,c] ---- #include #define object "universe" int main() { printf("hello, %s!", object); return 0; } ----