Skip to content

Commit 68d2a12

Browse files
authored
Update README.md
1 parent 690f4a8 commit 68d2a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Much like planting a sapling with the vision for future growth and strength, I a
2525
<pre>
2626
/* Fun Fact for 2025 (in hours) */
2727
struct Year2025 {
28-
int building_projects = 0;
29-
int studying = 7;
30-
int problem_solving = 1;
28+
int building_projects = 10;
29+
int studying = 12;
30+
int problem_solving = 2;
3131
};
3232
</pre>
3333
<pre>

0 commit comments

Comments
 (0)