From e447f3b61b9d99e1101d2a22eb9047d51d5e23af Mon Sep 17 00:00:00 2001 From: "s.eser" Date: Thu, 30 May 2024 15:23:13 +0200 Subject: [PATCH] Initial commit --- .DS_Store | Bin 0 -> 6148 bytes Aufgabe1.cpp | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 .DS_Store create mode 100644 Aufgabe1.cpp diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..cbc1af97be044241622f4698c0b5114683ec384d GIT binary patch literal 6148 zcmeHKJ5Iw;5S)b+k)TLP`A!fiH*lh)pymSL@M$6?O?p?Hi<^CCsP>k5a&q{HH5-ltBsnoulG zXTC)_tV>js0#abCz;$jH-v4*>ALjotNjoVZ1^$%+HrqaIH+-e)t&^AYUfbx8bg%iK ryKx;9hG@scXvf@mJHCsetZTmJ^{#M83_9~cC+cUwb&*MdzgFM^FLoPn literal 0 HcmV?d00001 diff --git a/Aufgabe1.cpp b/Aufgabe1.cpp new file mode 100644 index 0000000..0ecff99 --- /dev/null +++ b/Aufgabe1.cpp @@ -0,0 +1,5 @@ +int main(){ + + + return 0; +} \ No newline at end of file