init(09): pushing files of the exercice 01

This commit is contained in:
Raphael 2025-04-27 13:00:39 +02:00
parent 351c4f120d
commit 65bc1c35f1
5 changed files with 170 additions and 0 deletions

15
cpp09/ex01/main.cpp Normal file
View file

@ -0,0 +1,15 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/27 12:58:08 by rparodi #+# #+# */
/* Updated: 2025/04/27 13:00:01 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
int main(int argc, char **argv) {
}