1
0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-01-15 16:53:19 -05:00
2020-04-05 00:08:01 +08:00

9 lines
86 B
C

#include <stdio.h>
int main(void)
{
u64 n;
printf("%d\n", (int) n+2);
return 0;
}