Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Hello world program
- /* Language:
- - C99 (ISO/IEC 9899:1999/Cor 3:2007)
- - C11 (ISO/IEC 9899:2011/Cor 1:2012)
- - C18 (ISO/IEC 9899:2018)
- - [upcoming] C2x
- */
- #include <stdio.h>
- int main(void)
- {
- puts("Hello world!");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement