Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AtibQur committed Feb 7, 2025
1 parent 9b0ecca commit 5166764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In this example:

The `writeFile` method is used to write source code (`srcCode`) into a file (`hello.cpp`) on the `DataDevice`.

After that, the CheerpX environment runs a `g++` command to compile the source code, and then executes the compiled file to output __Hello World__.
After that, the CheerpX environment runs a `g++` command to compile the source code, and then executes the compiled file to output **Hello World**.

If you’d like to learn more about related topics, check out these guides:

Expand Down

0 comments on commit 5166764

Please sign in to comment.