1
0
Fork 0
mirror of synced 2024-05-27 04:21:13 -04:00
ultimate-vim/sources_non_forked/rainbow/tests/test.c

12 lines
112 B
C
Raw Normal View History

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