tetra_vz/README.md

13 lines
92 B
Markdown
Raw Permalink Normal View History

2022-02-19 10:51:15 +08:00
### Compile
```shell
g++ main.cpp --std=c++11 -o a.exe
```
### Run
```shell
./a.exe
```