.vvconfig/.config/vim/vimplugin/rainbow-master/tests/test.c

12 lines
112 B
C
Executable File

#ifdef __cplusplus
extern "C" {
#endif
typoo
(typoo)
int main() {
printf("hello, world");
return 0;
}