6 lines
82 B
C
6 lines
82 B
C
#include "unit/unit.h"
|
|
|
|
int main(void) {
|
|
cosms_file_read_test();
|
|
return 0;
|
|
}
|