You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@ Numbers
45
45
Text
46
46
---------
47
47
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.
49
49
50
50
**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.
51
51
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.
53
53
54
54
**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”
55
55
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.
57
57
58
58
**Text Editor** - Notepad style application that can open, edit, and save text documents. *Optional: Add syntax highlighting and other features.*
59
59
@@ -197,4 +197,4 @@ Graphics and Multimedia
197
197
Sources
198
198
=======
199
199
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