Skip to content

HelloWorld

guanqin-123 edited this page Feb 24, 2021 · 4 revisions

Assignment Warm-up

HelloWorld folder layout

$ tree HelloWorld
.
├── CMakeLists.txt
└── hello.cpp

HelloWorld is the sample warm-up project for svf-Teaching.

  • You can get familiar with coding and operating docker containers.
  • HelloWorld is the same form of project with other four assignments

1. Get the latest assignment code template

* Before coding, please type cd $HOME/SVF-Teaching and git pull in your terminal to make sure you always have the latest version of the code template before each assignment.

Clone this wiki locally