Skip to content

This proyect implements how the system of "Pico y Placa" works in Quito, Ecuador. It depends on the last digit number of the plate also the day and the hour if a car can drive or not.

Notifications You must be signed in to change notification settings

JDOM10/PicoYPlacaPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Name: PicoYPlacaPredictor

Description: This proyect implements how the system of "Pico y Placa" works in Quito, Ecuador. It depends on the last digit number of the plate also the day and the hour if a car can drive or not.

Characteristics:

  • Model Vehicle: Represents a vehicle with its plate number and last digit.
  • Rules Restrictions: Define the schedule and the restrictions to drive.

Technologies Used

  • Language: C#
  • Paradigm: Object-oriented programming (OOP)
  • Versioning: Git and GitHub
  • Testing: Tests with xUnit

Compilation and Execution for Test

To correctly compile and run the project, ensure that the entry point is set to Program.cs.
If you encounter an error related to multiple entry points (CS0017), use the following command:

dotnet clean
dotnet build /property:StartupObject=PicoYPlacaApp.Program
dotnet test

About

This proyect implements how the system of "Pico y Placa" works in Quito, Ecuador. It depends on the last digit number of the plate also the day and the hour if a car can drive or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages