Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 671 Bytes

exams_42

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

1. 2. 3.
Exam Rank 02 Exam Rank 03 Exam Rank 04

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)

# Enable the mouse input
set mouse=a

# Show lines numbers
set number

# Apply colors syntax
syntax on