0
0
mirror of https://github.com/ventoy/Ventoy.git synced 2024-11-24 20:06:13 +00:00
Ventoy/VBLADE/vblade-master/config/u64.c
2020-04-05 00:08:01 +08:00

9 lines
86 B
C

#include <stdio.h>
int main(void)
{
u64 n;
printf("%d\n", (int) n+2);
return 0;
}