Test

C code posted by Ever
created at 21 Nov 15:43

Edit | Back
1
2
3
4
5
int main()
{
    printf("Hello, %s", "world");
    return 0;
}
66 Bytes in 2 ms with coderay