commit 79bee18f2401c4df7f6cb56e03d1a8ab1f7bff08
Author: rick <rick@gnous.eu>
Date: Sun Jan 22 03:04:28 2023 +0100
first files
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1b4d4e8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,81 @@
+reponse
+
+# Created by https://www.toptal.com/developers/gitignore/api/vim,c
+# Edit at https://www.toptal.com/developers/gitignore?templates=vim,c
+
+### C ###
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+!*.svg # comment out if you don't need vector files
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+Sessionx.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
+
+# End of https://www.toptal.com/developers/gitignore/api/vim,c
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9263b41
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Eudyptula Challenge
+
+Vous pouvez trouver des réponses [sur Github](https://github.com/search?q=Eudyptula).