diff options
| author | Dominik Kaiser | 2025-02-10 11:38:06 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-10 11:38:06 +0100 |
| commit | 59d18d71067e553d88e4d156ec451739c1e2e906 (patch) | |
| tree | d3fdd3e6919656fb7c5c2d5bcc7266a636d80962 /ex02/main.cpp | |
| parent | 1d593b80d53124b96c2fcee1106b6fff88a2375b (diff) | |
| download | cpp01-59d18d71067e553d88e4d156ec451739c1e2e906.tar.gz cpp01-59d18d71067e553d88e4d156ec451739c1e2e906.zip | |
Setup ex02
Diffstat (limited to 'ex02/main.cpp')
| -rw-r--r-- | ex02/main.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ex02/main.cpp b/ex02/main.cpp new file mode 100644 index 0000000..188eb5b --- /dev/null +++ b/ex02/main.cpp @@ -0,0 +1,14 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* main.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 11:37:18 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 11:37:44 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + +int main(void) +{} |
