Skip to content

Commit 39820b4

Browse files
authored
Update README.md
1 parent e0238aa commit 39820b4

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,21 @@ Much like planting a sapling with the vision for future growth and strength, I a
2222
<p align="center">
2323
📫 How to reach me: <a href="mailto:tedjenkler@gmail.com">tedjenkler@gmail.com</a>
2424
</p>
25-
<p align="center">
26-
⚡ Fun fact: I have currently spent <strong><u>860</u></strong> hours on building projects this year, <strong><u>443</u></strong> hours studying, and <strong><u>235</u></strong> hours problem-solving challenges.
27-
</p>
25+
<pre>
26+
/* Fun Fact for 2025 (in hours) */
27+
struct Year2025 {
28+
int building_projects = 0;
29+
int studying = 7;
30+
int problem_solving = 1;
31+
};
32+
33+
/* Fun Fact for 2024 (in hours) */
34+
struct Year2024 {
35+
int building_projects = 860;
36+
int studying = 443;
37+
int problem_solving = 235;
38+
};
39+
</pre>
2840
<p align="center">
2941
👨‍🏫 Aspiring Mentor on <a href="https://www.frontendmentor.io/">Frontend Mentor</a>, trying to give back to the community
3042
<br>

0 commit comments

Comments
 (0)