Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
hanley76129 committed Oct 12, 2024
1 parent d7d88fb commit b12dd77
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
//a cool commen something cooler
for (int i = 0; i < 10; i++) {
// Print message
hal::print(console, "Hello, World\n");
Expand Down

0 comments on commit b12dd77

Please sign in to comment.