Skip to content

Commit 2209609

Browse files
Update README.md
1 parent 572442f commit 2209609

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ A shell script is a computer program designed to be run by the Unix shell, a com
1515
- To know how to use nano editor click on this [link](About/nano_tutorial.md)
1616
- Run the code using the command ``` bash FILENAME.sh ``` __Replace FILENAME with the name of your file__
1717

18+
# Programs available
19+
- [Factorial of a Number](Factorial.sh)
20+
- [Factorial of a Number using Function](Factorial_of_a_Number_using_Functions.sh)
21+
- [Multiplication Table](Multiplication_Table.sh)
22+
- [Fibonacci upto 'N' Terms](N_term_Fibonacci.sh)
23+
- [Prime Number check](Prime_check.sh)
24+
- [Maximum of Three Numbers](largest_among_three.sh)
25+
- [Minimum of Three Numbers](smallest_among_three.sh)
26+
1827
# New To GitHub??
1928
* [Intro to GitHub](https://youtu.be/wTTek8P2VB4)
2029
* [How to Create a Repository](https://youtu.be/o6T5F7-SOAo)

0 commit comments

Comments
 (0)