Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 417 Bytes

Report generator

A simple script written in the rust to get the names of the users who have participated in the contest i.e they have solved or try to attempt the question during contest.

It'll save in a table in a docx file which will be helpful for making reports.

Get Started

copy the .env.exmaple to .env

  cp .\.env.example .\.env

To build

  cargo build

To run

  cargo run