mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-16 08:46:17 +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;
|
||
|
|
}
|