1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/bundle/rainbow/tests/test.c

12 lines
112 B
C
Raw Normal View History

2022-05-22 12:51:00 +08:00
#ifdef __cplusplus
extern "C" {
#endif
typoo
(typoo)
int main() {
printf("hello, world");
return 0;
}