# Hello World!

By [itusure](https://paragraph.com/@nodis) · 2022-05-07

---

    main( ) { 
    extrn a, b, c; 
    putchar(a); putchar(b); putchar(c); putchar(’!*n’); 
    } 1 ’hell’; 
    b ’o, w’; 
    c ’orld’;

---

*Originally published on [itusure](https://paragraph.com/@nodis/hello-world)*
