Files
seer/tests/hellostar/hellostar.cpp
T

8 lines
87 B
C++
Raw Normal View History

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