I’m going to guess you’re probably running this program on a Mac using Xcode, since lldb
is the default debugger on that kind of a setup.
If that’s the case, just type ‘run’ and see what happens. You might have better luck setting up a command-line environment to build and run your programs if you’re a beginner.
5
solved Why did my xCode compiler output “lldb”? [closed]