module: new module started (05)
This commit is contained in:
parent
56057784a8
commit
c7a0cde073
4 changed files with 182 additions and 0 deletions
17
cpp05/ex00/main.cpp
Normal file
17
cpp05/ex00/main.cpp
Normal 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) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue