This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
Ventoy
mirror of
https://github.com/ventoy/Ventoy.git
Watch
1
Star
0
Fork
You've already forked Ventoy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1840cb8f38
Ventoy
/
VBLADE
/
vblade-master
/
config
/
u64.c
9 lines
86 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
u64
n
;
printf
(
"
%d
\n
"
,
(
int
)
n
+
2
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink