18 lines
958 B
C++
18 lines
958 B
C++
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* bonus.hpp :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/06/21 12:09:57 by sben-tay #+# #+# */
|
|
/* Updated: 2025/06/21 18:55:38 by sben-tay ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef BONUS_HPP
|
|
# define BONUS_HPP
|
|
|
|
// # define BONUS 0
|
|
|
|
#endif
|