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

8 lines
96 B
C
Raw Normal View History

2022-11-14 23:55:36 +01:00
#ifndef OTHELLO_MAIN_H
#define OTHELLO_MAIN_H 1
2022-11-16 09:24:07 +01:00
#include <stdio.h>
#include <stdlib.h>
2022-11-14 23:55:36 +01:00
#endif