Skip to content

Commit 6eb5d7b

Browse files
committed
*README
1 parent 7ec0f26 commit 6eb5d7b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

cpp/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# C++ features by examples
1+
# C++ features examples by version
22

3-
* Compilable and runnable code
4-
* [Minimal working examples](https://en.wikipedia.org/wiki/Minimal_working_example)
5-
* From [C++98](03.cpp) to [C++20](20.cpp)
3+
* Minimal working examples of [C++98](03.cpp), [C++11](11.cpp), [C++11](14.cpp), [C++17](17.cpp) and [C++20](20.cpp)
64
* [Concepts](https://github.com/makelinux/examples/search?q=conc20&unscoped_q=conc20)
75
* Lambda expressions
86
* Templates

js/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ECMAScript / JavaScript features per release by examples
1+
# ECMAScript / JavaScript features examples by version
22

33
* [ES7](7.js)
44
* [ES8](8.js)

python/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Python features examples per release
1+
# Python features examples by release
22
* [2.0](2.0.py) [2.1](2.1.py) [2.2](2.2.py) [2.3](2.3.py) [2.4](2.4.py) [2.5](2.5.py) [2.6](2.6.py) [2.7](2.7.py)
33
* [3.0](3.0.py) [3.1](3.1.py) [3.2](3.2.py) [3.3](3.3.py) [3.4](3.4.py) [3.5](3.5.py) [3.6](3.6.py) [3.7](3.7.py) [3.8](3.8.py) [3.9](3.9.py)
44

55
References
6-
* [What’s New in Python](https://docsthon.org/3.10/whatsnew/index.html)
6+
* [What’s New in Python](https://docs.python.org/3.10/whatsnew/index.html)
77
* [Minimal working examples](https://en.wikipedia.org/wiki/Minimal_working_example)

0 commit comments

Comments
 (0)