Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milq authored Feb 9, 2017
1 parent 9ebeab4 commit 44c07b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

The same line of code but in different languages.

0. **Hello, world!** (**[PHP](https://github.com/milq/code/blob/master/learn/00/00.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/00/00.js)**, **[Python](https://github.com/milq/code/blob/master/learn/00/00.py)**).
1. **Variables** (**[PHP](https://github.com/milq/code/blob/master/learn/01/01.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/01/01.js)**, **[Python](https://github.com/milq/code/blob/master/learn/01/01.py)**).
1. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/code/blob/master/learn/02/02.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/02/02.js)**, **[Python](https://github.com/milq/code/blob/master/learn/02/02.py)**).
2. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/code/blob/master/learn/02/02.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/02/02.js)**, **[Python](https://github.com/milq/code/blob/master/learn/02/02.py)**).

I use it only for didactic purposes, it does not cover all the characteristics of each language.

Expand Down

0 comments on commit 44c07b8

Please sign in to comment.