Untitled

Anonymous
c_cpp
09/17/2021 7:49 PM
112 B
11
Indexable
#include <stdio.h>
int main(void) {
    printf("Hello, world!\n");
    return 0;
}
Editor is loading...