mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-04 06:00:13 +00:00
9 lines
86 B
C
9 lines
86 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
u64 n;
|
||
|
printf("%d\n", (int) n+2);
|
||
|
return 0;
|
||
|
}
|