mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
12 lines
112 B
C
12 lines
112 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typoo
|
|
(typoo)
|
|
|
|
int main() {
|
|
printf("hello, world");
|
|
return 0;
|
|
}
|