module: new module started (05)

This commit is contained in:
Raphael 2025-03-16 14:55:31 +01:00
parent 56057784a8
commit c7a0cde073
4 changed files with 182 additions and 0 deletions

17
cpp05/ex00/main.cpp Normal file
View file

@ -0,0 +1,17 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/16 14:47:26 by rparodi #+# #+# */
/* Updated: 2025/03/16 14:48:29 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "Bureaucrat.hpp"
int main(void) {
}