remove unused headers and add comments

This commit is contained in:
northernSage 2021-02-18 00:44:48 -03:00
parent 679b30b725
commit 6c6879fe52
1 changed files with 3 additions and 4 deletions

View File

@ -10,10 +10,9 @@
* @author [Gabriel Fioravante](https://github.com/northernSage)
*/
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h> // for rand() calls
#include <assert.h> // for testing assert(<expr>)
#include <stdbool.h> // for boolean values: true, false
#define MAX 20