Hello world!
@EmergencyJoe C Source code for your post. [K&R]
#include <stdio.h>
main(){ printf("hello, world!\n");}
CleverLibre Social is an inclusive social instance for open discussion, learning, and community. All cultures welcome. Hate speech and harassment strictly forbidden.
@EmergencyJoe C Source code for your post. [K&R]
#include <stdio.h>
main()
{
printf("hello, world!\n");
}