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