About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
int
main
() {
3
printf
(
format:
"slice: x86_64\n"
);
4
return
0
;
5
}
6