Programme minimal

 avatar
unknown
c_cpp
2 years ago
79 B
2
Indexable
#include <stdio.h>
 
int main()
{
    printf("Hello, world\n");
    return 0;
}
Editor is loading...