Files
seer/tests/hellostar/hellostar.cpp
T
2022-05-07 11:25:26 -05:00

8 lines
87 B
C++

int main() {
int points[] = {50,1,20,91,97,35,2,35,79,91,50,1};
return 0;
}