5 lines
81 B
C
5 lines
81 B
C
|
int main() {
|
||
|
const char *s = "Hello macCatalyst!";
|
||
|
return 0; // break here
|
||
|
}
|