mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-08-06 09:06:11 +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;
|
|
}
|