#hello-world
Read more stories on Hashnode
Articles with this tag
In the first article from this course, we saw how to do an "Hello world" script : #include <stdio.h> int main(void) { printf("Hello world!\n"); ...