Welcome to Hello World Program!
The First Program we learned to write was Hello World!
Clang
// In the name of the god of language!
#include <stdio.h>
int main(void) {
printf("Hello World!");
return 0; // everything is OK!
}
Introduction
This is my First Post on the Internet, I want to create a new post every week (Mabey 🙂 )!
The content of this blog is about software, software design, Good software, Bad software & Evil software.
So let’s keep up 🙂
Ref
- If you don’t know about Clang: Free Code Camp: Introduction C