9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
#import<stdio.h>
|
|
|
|
class MyClass {
|
|
};
|
|
|
|
int main(void) {
|
|
return 0;
|
|
}
|