summaryrefslogtreecommitdiff
path: root/ex04/main.cpp
diff options
context:
space:
mode:
authorDominik Kaiser2025-02-11 12:45:58 +0100
committerDominik Kaiser2025-02-11 12:45:58 +0100
commitcf3e42251f667dfe6237fc3fbf15c08cc70edd9a (patch)
tree6e8a540421497418095119b3b5cdbe13804a7006 /ex04/main.cpp
parenteaf8c2c6840386a9610c165447357cdd98a77d26 (diff)
downloadcpp01-cf3e42251f667dfe6237fc3fbf15c08cc70edd9a.tar.gz
cpp01-cf3e42251f667dfe6237fc3fbf15c08cc70edd9a.zip
Setup ex04
Diffstat (limited to 'ex04/main.cpp')
-rw-r--r--ex04/main.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/ex04/main.cpp b/ex04/main.cpp
new file mode 100644
index 0000000..7dae41e
--- /dev/null
+++ b/ex04/main.cpp
@@ -0,0 +1,14 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* main.cpp :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2025/02/11 12:43:55 by dkaiser #+# #+# */
+/* Updated: 2025/02/11 12:44:29 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+int main(int argc, char *argv[])
+{}