From 15ae4827ecd2a3f127bb265c760628d8c88ec3f6 Mon Sep 17 00:00:00 2001 From: Shaurya Shubham Date: Fri, 15 Jun 2018 11:24:32 +0530 Subject: [PATCH] feat: rosetta code intro stub (#175) --- .../coding-interview-prep/rosetta-code/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/learn/src/introductions/coding-interview-prep/rosetta-code/index.md b/packages/learn/src/introductions/coding-interview-prep/rosetta-code/index.md index fe752d486e..2bff383e57 100644 --- a/packages/learn/src/introductions/coding-interview-prep/rosetta-code/index.md +++ b/packages/learn/src/introductions/coding-interview-prep/rosetta-code/index.md @@ -5,6 +5,5 @@ superBlock: Coding Interview Prep --- ## Introduction to the Rosetta Code Problems -This introduction is a stub - -Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). \ No newline at end of file +[The Rosetta Code](https://rosettacode.org) is a list of programming challenges which will help you build your programming skills. +>"The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how languages are similar and different, and to aid a person with a grounding in one approach to a problem in learning another." - _Homepage of the Rosetta Code site_