commit ca2c19e17100c671faafb7c60fdd9c9f83a3fb16 Author: Arne Date: Wed Apr 8 05:47:53 2020 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..361cf52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Dependencies +.psci_modules +bower_components +node_modules + +# Generated files +.psci +output diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2f0b6f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# codingame \ No newline at end of file