frespa81 / fibonacci-test

A simple Fibonacci test for hiring new talent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIBONACCI TEST

This is a test where the applicant needs to implement a function that returns the next value in the Fibonacci sequence.

Rules of the test

You may not modify any of the already provided files. You can however add a file.

How you build and run the project

BUILD RUN CLEAN
make make run make clean

Expected output from the program

When you run the make run command this is the expected result.

ALL TESTS PASSED  
Tests run: 5

Folder structure

src here you add your file.
obj object files from the build.
out the executable ends up in this folder.

About

A simple Fibonacci test for hiring new talent


Languages

Language:C 82.9%Language:Makefile 17.1%