Skip to content

Instantly share code, notes, and snippets.

View natankalinowski's full-sized avatar
📑
Learning

Natan Kalinowski natankalinowski

📑
Learning
View GitHub Profile
@fffaraz
fffaraz / projects.md
Last active May 9, 2024 18:11
Project Ideas List

http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/

Text

Reverse a String Enter a string and the program will reverse it and print it out.

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.