C playground

#include <stdio.h>

void main() {
    const char* msg = "Hello, World!";
    printf("%s\n", msg);
}

C is a general-purpose computer programming language. It was created in the 1970s, and remains very widely used and influential. It has found lasting use in operating systems, device drivers, and protocol stacks.

⛫ homepage • αω tutorial • ⚘ community