1
0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-01-20 19:23:19 -05:00

9 lines
86 B
C
Raw Normal View History

2020-04-05 00:07:50 +08:00
#include <stdio.h>
int main(void)
{
u64 n;
printf("%d\n", (int) n+2);
return 0;
}