commit b46f5ce52acad89e7be1ace545b8182c3b826d73 Author: Trishun Date: Sun Oct 23 00:42:58 2022 +0200 Init repo diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c514383 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +target/ + +# VSC files +**/.classpath +**/.factorypath +**/.project +**/.settings + +# NetBeans configuration +**/nb-configuration.xml +**/nbproject/ +**/*.NavData + +# IntelliJ IDEA +.idea/ +**/*.iml + +# System dependent scripts +**/*.sh +**/*.bat + +# Log files +**/*.log +# gzipped archives +**/*.gz + +# Project specific files diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..14b913b --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# HackerRank + +Create HR-like tests and share some solutions \ No newline at end of file