An open API service indexing awesome lists of open source software.

https://github.com/ysoroko/exams_42

The exams of 42 network coding school and my solutions to them
https://github.com/ysoroko/exams_42

01 02 03 04 05 06 42 exam exams rank02 rank03 rank04 rank05 rank06

Last synced: 3 months ago
JSON representation

The exams of 42 network coding school and my solutions to them

Awesome Lists containing this project

README

          

# exams_42
The exams of 42 network coding school and my solutions to them.

| 1. | 2. | 3. |
-----|-----|-----|
[Exam Rank 02](https://github.com/Ysoroko/exams_42/tree/master/exam_rank02)| [Exam Rank 03](https://github.com/Ysoroko/exams_42/tree/master/exam_rank03)| [Exam Rank 04](https://github.com/Ysoroko/exams_42/tree/master/exam_rank04)

## Exam Vim Configuration

Add the following commands to the ".vimrc" file at the root repository or enter them one by one in Vim command line

(While in Vim, press ESC, press ":", enter the command, hit Enter)

```bash
# Enable the mouse input
set mouse=a

# Show lines numbers
set number

# Apply colors syntax
syntax on
```