Programme minimal

Anonymous
c_cpp
03/04/2023 8:51 PM
108 B
13
Indexable
#include <stdio.h>
 
int main()
{
    printf("Hello, world\n");
    return 0;
}
Editor is loading...