add en/string.md

This commit is contained in:
sunface
2022-02-27 13:01:40 +08:00
parent e3bc581d03
commit f7099ea297
18 changed files with 367 additions and 47 deletions

View File

@ -15,7 +15,7 @@ git config user.email "cto@188.com"
git add .
git commit -m 'deploy'
git branch -M gh-pages
git remote add origin https://github.com/sunface/zh.exercise.rs
git remote add origin https://github.com/sunface/zh.practice.rs
## push to github pages
git push -u -f origin gh-pages