Printing problem

I’ve met a problem. For the challenge 1, why my output only shown "(lldb) " instead of my answer? Please help me, thanks.

I think you accidentally set a breakpoint to stop the debugger. Press the play button down in the debugger area or take out the breakpoint from whichever line of code it’s on and try rebuilding the program.