Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hanley76129 committed Oct 12, 2024
1 parent 8b0f542 commit d7d88fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void application()

hal::print(console, "Starting Application!\n");
hal::print(console, "Will reset after ~10 seconds\n");

//a cool comment
for (int i = 0; i < 10; i++) {
// Print message
hal::print(console, "Hello, World\n");
Expand Down

0 comments on commit d7d88fb

Please sign in to comment.