Ysoroko / exams_42

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 91.0%Language:C++ 9.0%