12 lines
67 B
C
12 lines
67 B
C
#include "app.h"
|
|
|
|
int main() {
|
|
board_init();
|
|
app();
|
|
}
|
|
|
|
|
|
|
|
|
|
|