mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
initial commit
This commit is contained in:
8
VBLADE/vblade-master/config/u64.c
Normal file
8
VBLADE/vblade-master/config/u64.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
u64 n;
|
||||
printf("%d\n", (int) n+2);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user