test1

 avatar
unknown
plain_text
2 years ago
63 B
4
Indexable
#include <stdio.h>

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