- Download .clang-format and move it to working directory
- Run
clang-format -style=file main.c > fmt.c
to format filemain.c
and place formatted code tofmt.c
Directory contests
will contain tests for corresponding contests.
You may have to use python 3.9 or later.
git clone --depth 1 https://github.com/anonymix007/university-files.git
pip3 install vival==3.4.1
pip3 install wldhx.yadisk-direct
sudo apt-get install jarwrapper
vival contest -t test03-3.txt
vival contest.c -t test03-3.txt
- Fork repository
git clone <your fork address>
- Make changes
git add .
git commit -m "Message text"
git push
- Open pull request
For more information refer to GitHub Docs.
- Create personal access token (it will be used as password in
git
) - Cache your GitHub credentials in git
- Keep your fork up-to-date with upstream repository