8 lines
83 B
C++
Raw Normal View History

2022-08-20 13:16:49 +03:00
#include <stdio.h>
int main()
{
printf("TEST DONE (ONLY_C)");
return 0;
}