8 lines
72 B
C
8 lines
72 B
C
#include "game.h"
|
|
|
|
int main(){
|
|
ball_sort_puzzle();
|
|
return 0;
|
|
}
|
|
|