tetra_vz/README.md
2022-02-19 10:51:15 +08:00

13 lines
92 B
Markdown

### Compile
```shell
g++ main.cpp --std=c++11 -o a.exe
```
### Run
```shell
./a.exe
```