Home > Back-end >  Why write in vscode print out this code in the terminal? The computer is M1 macbook
Why write in vscode print out this code in the terminal? The computer is M1 macbook

Time:03-16

How to get this? And debugging when a breakpoint is not make

CodePudding user response:

Manual in terminal CD to your directory, then run the executable file.
For example:
Command line is:
Clang helloworld. C - o hello
Will generate executable hello
Then run:
./hello,

Afford the M1, and should pay a teacher ~
  • Related