Skip to content

This project is a C program that simulates a triathlon race

Notifications You must be signed in to change notification settings

delco97/triathlon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triathlon tracker

Demo

This project is a C program that simulates a triathlon race. The program allows users to enter participants, allocate points, and print the classification to a file. Competitors can earn a score ranging from 10 points (1st place) to 1 point (last place).

Requirements

To build and run the code, you will need to have the following software installed:

How to Build and Run

To build and run the code, follow these steps:

  1. Download the source code from the project's GitHub repository: https://github.com/delco97/triathlon.
  2. Open the terminal and navigate to the project directory.
  3. Build the project using GCC:
docker-compose run --rm program gcc -o ./build/main ./main.c
  1. Run the project:
docker-compose run --rm program ./build/main

Contributing

This project was created to practice C programming and is not intended for production use. However, if you want to contribute to it, feel free to fork the repository and make your changes. You can then submit a pull request with your changes for review.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This project is a C program that simulates a triathlon race

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published