Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (44 loc) · 1.59 KB

README.md

File metadata and controls

46 lines (44 loc) · 1.59 KB

Stupid code style

How to run clang-format

  1. Download .clang-format and move it to working directory
  2. Run clang-format -style=file main.c > fmt.c to format file main.c and place formatted code to fmt.c

Tests

Directory contests will contain tests for corresponding contests.
You may have to use python 3.9 or later.

Download only latest tests without history

git clone --depth 1 https://github.com/anonymix007/university-files.git

Install vival

pip3 install vival==3.4.1

Install yandex disk utility

pip3 install wldhx.yadisk-direct

Install jarwrapper

sudo apt-get install jarwrapper

Perform tests from file test03-3.txt for program contest

vival contest -t test03-3.txt

Perform tests from file test03-3.txt for program contest.c

vival contest.c -t test03-3.txt

Contributing

  1. Fork repository
  2. git clone <your fork address>
  3. Make changes
  4. git add .
  5. git commit -m "Message text"
  6. git push
  7. Open pull request

For more information refer to GitHub Docs.

Brief summary

  1. Create personal access token (it will be used as password in git)
  2. Cache your GitHub credentials in git
  3. Keep your fork up-to-date with upstream repository