6 lines
102 B
C
6 lines
102 B
C
|
#include "foo.h"
|
||
|
int main() {
|
||
|
const char *s = "Hello macCatalyst!";
|
||
|
return foo(); // break here
|
||
|
}
|