Hello, I'm José Rafael (C112) 👋.
This repository contains the exercises and my solutions from the practical classes I receive at the Faculty of Mathematics and Computing (MATCOM) of the University of Havana (UH) 2024 - 2025 course.
As a first-year student, my goal is to share valuable educational resources that can help other students better understand the concepts and techniques taught in our classes 🎓.
- Exercises and Solutions: A collection of practical exercises along with their detailed solutions. These exercises cover a variety of topics that are taught in the first year of the Computer Science degree.
- Projects: Larger, more complex projects that are developed throughout the course. These projects are designed to apply the knowledge gained in more realistic and challenging situations.
- Additional Resources: Supplementary material such as articles, tutorials, and links to online resources that may be helpful for delving deeper into the topics covered in class.
- CP #01
- CP #02
- CP #03
- CP #04
- C#/.NET - A versatile programming language and framework developed by Microsoft, primarily used to build a wide range of applications, from web and mobile apps to cloud services and games.
- VSCode - A powerful, lightweight code editor developed by Microsoft, offering a rich set of features for coding, debugging, and version control, making it ideal for modern software and web app development.
Command | Action | |
---|---|---|
⚙️ | dotnet run |
Runs the application. |
⚙️ | dotnet new console -o "project" |
Creates a new console application. |
⚙️ | dotnet script archivoConCodigo |
Runs a C# script from the specified file. |
Contributions are always welcome! Whether you're reporting bugs or improving existing functionalities, your help is highly appreciated.
If you have any suggestions that could improve any solution, please make a fork of the repository and create a pull request. You can also simply open an issue with the "enhancement" tag.
Here's a quick guide:
- Make a fork of the Project
- Clone your fork (
git clone <URL del fork>
) - Add the original repository as a remote (
git remote add upstream <URL del repositorio original>
) - Create your Feature Branch (
git switch -c feature/CaracteristicaNueva
) - Make your Changes (git commit -m
Add: alguna CaracterísticaNueva
) - Push to the Branch (
git push origin feature/CaracteristicaNueva
) - Open a pull request
Don't forget to leave a star ⭐️
✌️
A project created by @joserafael0160