commit 7b176305a3fa3cfde26f0efe2c03aec94da68be2 Author: Shivam Chaudhary Date: Sat Jan 28 15:29:19 2023 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/build-project.sh b/build-project.sh new file mode 100644 index 0000000..c75f560 --- /dev/null +++ b/build-project.sh @@ -0,0 +1,5 @@ +clear +cd src/ +gcc main.c +./a.out +rm a.out \ No newline at end of file diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..a6b9b24 --- /dev/null +++ b/src/main.c @@ -0,0 +1,6 @@ +#include + +int main() { + + return 0; +} \ No newline at end of file diff --git a/team.md b/team.md new file mode 100644 index 0000000..f0e0a28 --- /dev/null +++ b/team.md @@ -0,0 +1,6 @@ +- Can Hacioglu, fdlt3817 +- Atharva Kishor Naik, fdai7514 +- Julius Philipp Engel, fdai7057 +- Shivam Chaudhary, fdlt3781 +- Mohamed Yahya Dahi, fdai6618 +- Haytham Daoula, fdai7207 \ No newline at end of file