Hello, world!/Kychot/C

Z Wikiverzity
#include <stdio.h>

int main(){
    puts("Hello, world!");
    return 0;
}