This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
Othello/includes/main.h
2022-11-16 09:25:07 +01:00

7 lines
96 B
C

#ifndef OTHELLO_MAIN_H
#define OTHELLO_MAIN_H 1
#include <stdio.h>
#include <stdlib.h>
#endif