7 lines
59 B
C
7 lines
59 B
C
|
#include <components/log.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|