The exams of 42 network coding school and my solutions to them.
1. | 2. | 3. |
---|---|---|
Exam Rank 02 | Exam Rank 03 | Exam Rank 04 |
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