Skip to content

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

Notifications You must be signed in to change notification settings

Ysoroko/exams_42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published