Skip to content

Commit a019ae1

Browse files
committed
Update README with links to solutions
1 parent 9a4018f commit a019ae1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Numbers
4545
Text
4646
---------
4747

48-
**Reverse a String** - Enter a string and the program will reverse it and print it out.
48+
[**Reverse a String**](https://github.com/Peksa/Projects/blob/master/Text/reverse.go) - Enter a string and the program will reverse it and print it out.
4949

5050
**Pig Latin** - Pig Latin is a game of alterations played on the English language game. To create the Pig Latin form of an English word the initial consonant sound is transposed to the end of the word and an ay is affixed (Ex.: "banana" would yield anana-bay). Read Wikipedia for more information on rules.
5151

52-
**Count Vowels** - Enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found.
52+
[**Count Vowels**](https://github.com/Peksa/Projects/blob/master/Text/vowels.go) - Enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found.
5353

5454
**Check if Palindrome** - Checks if the string entered by the user is a palindrome. That is that it reads the same forwards as backwards like “racecar”
5555

56-
**Count Words in a String** - Counts the number of individual words in a string. For added complexity read these strings in from a text file and generate a summary.
56+
[**Count Words in a String**](https://github.com/Peksa/Projects/blob/master/Text/words.go) - Counts the number of individual words in a string. For added complexity read these strings in from a text file and generate a summary.
5757

5858
**Text Editor** - Notepad style application that can open, edit, and save text documents. *Optional: Add syntax highlighting and other features.*
5959

@@ -197,4 +197,4 @@ Graphics and Multimedia
197197
Sources
198198
=======
199199

200-
[Martyr2’s Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/)
200+
[Martyr2’s Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/)

0 commit comments

Comments
 (0)