This commit is contained in:
Kbz-8
2023-11-24 10:41:17 +01:00
parent dc782d6f2a
commit 7a065e54c1

19
main.cpp Normal file
View File

@@ -0,0 +1,19 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/24 10:40:01 by maldavid #+# #+# */
/* Updated: 2023/11/24 10:40:29 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
int main(int ac, char** av)
{
(void)ac;
(void)av;
return 0;
}