C - hello world

C code posted by Matt
created at 20 May 15:29

Edit | Back
1
2
3
4
int main(void)
{
  printf("Hello, world\n");
}
49 Bytes in 3 ms with coderay