test1

 avatar
unknown
plain_text
3 years ago
63 B
6
Indexable
#include <stdio.h>

int main()
{
    int a = 5;
    return 0;
}
Editor is loading...