-
Notifications
You must be signed in to change notification settings - Fork 5
/
header.h
19 lines (16 loc) · 992 Bytes
/
header.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* a.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: marvin <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/07/30 19:02:29 by marvin #+# #+# */
/* Updated: 2023/07/30 19:02:29 by marvin ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef HEADER_H
# define HEADER_H
# include <stdio.h>
# define NUMBER 42
#endif