Programme minimal

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