/TheEconomist2020

The Economist 2020 Weekly Edition ( pdf format)

The Economist 2020

The Economist 2020 Weekly Edition ( pdf format).

Resources come from website: https://magazinelib.com/ or https://vk.com/open_digital_library or https://qzcool.xyz/pre.

Note: The resource is only for learning, not for commercial purposes.


#…or create a new repository on the command line
================================================
echo "# TheEconomist2020" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:buaajs/TheEconomist2020.git
git push -u origin master
#…or push an existing repository from the command line
======================================================
git remote add origin git@github.com:buaajs/TheEconomist2020.git
git push -u origin master