Untitled

Anonymous
c_cpp
12/19/2021 10:20 AM
104 B
24
Indexable
#include <stdio.h>

int main() {
    printf("Halo, Ravi\n");
    return 0;
}
Editor is loading...