tgoop.com/khamidulla_inoyatov_microblog/337
Create:
Last Update:
Last Update:
Day 178
Kun masalalari:
🟢 202. Happy Number
🟡 1190. Reverse Substrings Between Each Pair of Parentheses
O’qish uchun material:
*nix dagi quyidagi komanda bilan <command> --help
orqali tanishing:
- git annotate
DIY:
Berilgan faylni oxirgi marta o’zgartirgan barcha avtorlarning ro’yxati va qilingan commit raqamini git annotate <file>
komandasi orqali olishimiz mumkin. git init
echo "File content - Version 1" > example.txt
git add example.txt
git commit -m "Commit 1"
echo "File content - Version 2" >> example.txt
git commit -am "Commit 2"
git annotate example.txt
Javoblar:
🟢 258. Add Digits
🟡 1663. Smallest String With A Given Numeric Value
#SDM
@khamidulla_inoyatov_microblog
BY Khamidulla’s Micro Blog 🫵🏻

Share with your friend now:
tgoop.com/khamidulla_inoyatov_microblog/337