Create some automation
leetcode show 1 > 1.txt
title=$(head -n1 1.txt)
body=$(tail -n +3 1.txt)
glab issue create --title "$title" --description "$body" --repo group-coding/leetcode
after that we need to create subtasks:
- solve with Golang and assign to @fedordikarev
- solve with JavaScript and assign to @PolinaShneider