7 lines
74 B
C
7 lines
74 B
C
|
#include "v4k.h"
|
||
|
|
||
|
int main() {
|
||
|
trap_install();
|
||
|
app_crash();
|
||
|
return 0;
|
||
|
}
|