DEV Community

allthingsasync
allthingsasync

Posted on

Hello, World!

My first post in one of my favorite programming language.

#include <stdio.h>

int main() {
    printf("Hello, World!\n");
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)