diff options
| author | Dominik Kaiser | 2025-02-10 10:29:00 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-10 10:29:00 +0100 |
| commit | 0970deac9b22fce59751eb45ba2730bd7e195443 (patch) | |
| tree | 3060708520c3a0dbdc72f3bd1091de9996efbd27 | |
| parent | d26b33299acb9ae6262da7e95f3879105efba78c (diff) | |
| download | cpp01-0970deac9b22fce59751eb45ba2730bd7e195443.tar.gz cpp01-0970deac9b22fce59751eb45ba2730bd7e195443.zip | |
Add source files
| -rw-r--r-- | ex00/Zombie.cpp | 12 | ||||
| -rw-r--r-- | ex00/Zombie.hpp | 12 | ||||
| -rw-r--r-- | ex00/main.cpp | 15 | ||||
| -rw-r--r-- | ex00/newZombie.cpp | 12 | ||||
| -rw-r--r-- | ex00/randomChump.cpp | 12 |
5 files changed, 63 insertions, 0 deletions
diff --git a/ex00/Zombie.cpp b/ex00/Zombie.cpp new file mode 100644 index 0000000..8e24833 --- /dev/null +++ b/ex00/Zombie.cpp @@ -0,0 +1,12 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* Zombie.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 10:27:11 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 10:27:12 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + diff --git a/ex00/Zombie.hpp b/ex00/Zombie.hpp new file mode 100644 index 0000000..f7dc6fe --- /dev/null +++ b/ex00/Zombie.hpp @@ -0,0 +1,12 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* Zombie.hpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 10:26:18 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 10:26:19 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + diff --git a/ex00/main.cpp b/ex00/main.cpp new file mode 100644 index 0000000..820c484 --- /dev/null +++ b/ex00/main.cpp @@ -0,0 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* main.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 10:24:56 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 10:27:00 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + +int main(void) +{ +} diff --git a/ex00/newZombie.cpp b/ex00/newZombie.cpp new file mode 100644 index 0000000..74b9ca8 --- /dev/null +++ b/ex00/newZombie.cpp @@ -0,0 +1,12 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* newZombie.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 10:27:26 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 10:27:27 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + diff --git a/ex00/randomChump.cpp b/ex00/randomChump.cpp new file mode 100644 index 0000000..ba20f92 --- /dev/null +++ b/ex00/randomChump.cpp @@ -0,0 +1,12 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* randomChump.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 10:27:50 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 10:27:50 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + |
