Untitled

 avatar
unknown
c_cpp
4 years ago
76 B
5
Indexable
#include <stdio.h>

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