Skip to content

Commit 61113f9

Browse files
committed
Update readme
1 parent 8870c8e commit 61113f9

File tree

10 files changed

+12
-222
lines changed

10 files changed

+12
-222
lines changed
File renamed without changes.

Day1-HelloWorld/Day1-HelloWorld.mk

Lines changed: 0 additions & 110 deletions
This file was deleted.

Day1-HelloWorld/Day1-HelloWorld.project

Lines changed: 0 additions & 98 deletions
This file was deleted.

Day1-HelloWorld/Day1-HelloWorld.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

Day1-HelloWorld/Debug/.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
-10.6 KB
Binary file not shown.

Day1-HelloWorld/Debug/main.c.o

-5.88 KB
Binary file not shown.

Day1-HelloWorld/Debug/main.c.o.d

Lines changed: 0 additions & 1 deletion
This file was deleted.

Day1-HelloWorld/main.cpp

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
My day-wise collection of [30daysofcode](https://www.hackerrank.com/domains/tutorials/30-days-of-code?filters%5Bstatus%5D%5B%5D=unsolved&badge_type=30-days-of-code) challange of HackerRank
1+
# 30daysofcode
2+
##### What is this?
3+
The repository covers all the basic topics of programming languages. Try a new challenge every day for 30 days. By the end of the month, you'll go from newbie to expert.
4+
##### Index
5+
[Day 1 - Hello, World.](https://github.com/geekayush/30daysofcode/tree/master/Day1-HelloWorld)
6+
##### How to contribute?
7+
If you can write any specific program in some other languange, then write your program, make sure it passes all the test cases as specified in the readme of each task and submit a PR.
8+
The program:
9+
- must be tab indented
10+
- must not use complicated methods
11+
___
12+
Reference [HackerRank](https://www.hackerrank.com/domains/tutorials/30-days-of-code)

0 commit comments

Comments
 (0)