-
Notifications
You must be signed in to change notification settings - Fork 116
HelloWorld
guanqin-123 edited this page Feb 3, 2022
·
4 revisions
$ tree HelloWorld
.
├── CMakeLists.txt
└── hello.cpp
- You can get familiar with coding and operating docker containers.
- HelloWorld is the same form of project with other four assignments
* Before coding, please type cd $HOME/Teaching-Software-Analysis
and git pull
in your terminal to make sure you always have the latest version of the code template before each assignment.
- One of the key features of Visual Studio Code is its great debugging support. VS Code's built-in debugger helps accelerate your edit, compile and debug loop.
- SVF-Teaching has prepared
launch.json
for debugging configurations. If you are interested in further and advanced using method, please refer to VSCode-debugging