Dev Tech Up

Talk About Software ( Good, Bad, Evil )

Hello world!

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!
}

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 🙂