Hello, world!/Kychot/C
Skočit na navigaci
Skočit na vyhledávání
#include <stdio.h>
int main(){
puts("Hello, world!");
return 0;
}