Skip to content

Commit f536baa

Browse files
committed
doc: Added README.md
* Added README.md * Added .gitignore
1 parent 55df971 commit f536baa

File tree

8 files changed

+24
-43
lines changed

8 files changed

+24
-43
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# jetbrains' ides
2+
.idea/
3+
4+
# vscode
5+
.vscode/

.idea/.gitignore

-8
This file was deleted.

.idea/hackerrank.iml

-8
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

-6
This file was deleted.

.idea/misc.xml

-7
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

.idea/vcs.xml

-6
This file was deleted.

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# HackerRank
2+
3+
This repository contains my solutions to HackerRank problems, which I have been solving on my free time.
4+
5+
You can visit my profile [here](https://www.hackerrank.com/ralvarezdev).
6+
7+
## Developers
8+
9+
- [ralvarezdev](https://github.com/ralvarezdev) - Ramón Álvarez
10+
11+
## Programming Languages
12+
13+
- Python
14+
- Java
15+
16+
## Sections
17+
18+
- [Python](python)
19+
- [Three Month Preparation Kit](three-month-preparation-kit)

0 commit comments

Comments
 (0)