mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-02 09:40:20 +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;
|
|
}
|