Files
seer/tests/hellostar/hellostar.cpp
T

8 lines
82 B
C++
Raw Normal View History

2022-05-02 18:32:44 -05:00
int main() {
int points[] = {50,1,20,91,97,35,2,35,79,91};
return 0;
}