Files
checkm8_tool/checkm8_payloads/test.c

5 lines
40 B
C

int _start(int b)
{
return b * 5;
}