Hello, CodeRay

C++ code posted
created at 02 Feb 21:26, updated at 03 Feb 02:46

Edit | Back
1
2
3
4
5
6
7
#include <stdio.h>
#include <stdlib.h>

int main(void) {
  printf("Hello, CodeRay!\n");
  return EXIT_SUCCESS;
}
120 Bytes in 2 ms with coderay