7 lines
60 B
C
7 lines
60 B
C
|
|
#include <blue/core/error.h>
|
||
|
|
|
||
|
|
int main(void)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|