Add floating-point format in data_and_memory.md

This commit is contained in:
krahets
2023-02-22 19:02:26 +08:00
parent 3daaf30f23
commit d87c9b5084
6 changed files with 93 additions and 31 deletions

View File

@ -36,7 +36,7 @@ comments: true
你可以使用 Docker 来部署本项目。
```bash
```shell
git clone https://github.com/krahets/hello-algo.git
cd hello-algo
docker-compose up -d
@ -46,6 +46,6 @@ docker-compose up -d
使用以下命令即可删除部署。
```bash
```shell
docker-compose down
```