]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - VBLADE/vblade-master/config/u64.c
Remove VTOY_HELP_TXT_LANGUAGE option from Global Control Plugin.
[Ventoy.git] / VBLADE / vblade-master / config / u64.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5 u64 n;
6 printf("%d\n", (int) n+2);
7 return 0;
8 }