Skip to content

Commit 26a7330

Browse files
authored
ADD: Cute emoji for readability.
1 parent 564f71d commit 26a7330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Coding exercises in C++ and Rust.
44

5-
## C++ Fundamentals (High Tech Institute)
5+
## C++ Fundamentals 🔩 (High Tech Institute)
66

77
The [C++ Fundamentals training](https://www.hightechinstitute.nl/courses/c-fundamentals/) is a comprehensive four-day training on C++20 for software engineers new to C++.
88
The exercise code level and intermediate steps have been tuned accordingly.
@@ -27,7 +27,7 @@ Build a simple [Reverse Polish Notation (RPN)](https://en.wikipedia.org/wiki/Rev
2727
- [Solution code README](https://krisvanrens.github.io/coding-exercises/cpp-fundamentals-exercises/rpn-calculator)
2828
- [Solution code](https://github.com/krisvanrens/coding-exercises/tree/main/cpp-fundamentals-exercises/rpn-calculator)
2929

30-
## Exploring Rust (High Tech Institute)
30+
## Exploring Rust 🦀 (High Tech Institute)
3131

3232
The [Exploring Rust training](https://www.hightechinstitute.nl/courses/exploring-rust/) is an intensive, short introduction training to Rust for experienced software engineers.
3333
The exercise code level and intermediate steps have been tuned accordingly.

0 commit comments

Comments
 (0)