https://github.com/samuelselasi/fix_my_code_challenge
Fix my code is a new type of project, where we’ll jump into an existing code base and fix it!
https://github.com/samuelselasi/fix_my_code_challenge
fizzbuzz-python js-parse-args sorting-algorithms-implemented
Last synced: 2 months ago
JSON representation
Fix my code is a new type of project, where we’ll jump into an existing code base and fix it!
- Host: GitHub
- URL: https://github.com/samuelselasi/fix_my_code_challenge
- Owner: samuelselasi
- Created: 2023-05-15T07:56:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T16:41:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T15:51:07.021Z (3 months ago)
- Topics: fizzbuzz-python, js-parse-args, sorting-algorithms-implemented
- Language: JavaScript
- Homepage: https://github.com/samuelselasi/Fix_My_Code_Challenge.git
- Size: 2.48 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0x00. Fix my code
### `Debugging`
### Background Context
`Fix my code` is a new type of project, where we’ll jump into an existing code base and fix it!Sometimes you will know the language, sometimes not.
Please download the repository [0x00-Fix_My_Code_Challenge](https://github.com/holbertonschool/0x00-Fix_My_Code_Challenge) and use it as initial files for all solutions.
You should not recode everything, just fix it!
## Requirements
### General* Allowed editors: `vi`, `vim`, `emacs`
* All your files will be compiled on Ubuntu 20.04 LTS
* All your files should end with a new line
* A `README.md` file, at the root of the folder of the project is mandatory## Projects
1. [0x00-challenge](./0x00-challenge)
2. [0x01-challenge](./0x01-challenge)