Skip to content

Commit

Permalink
well actually
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Feb 22, 2025
1 parent 74349c8 commit 05c5c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import hxpy.Py;
class Main {
static function main() {
Py.initialize(); // Initializes the Python interpreter.
PyRun.simpleString("print(\"Hello World!\")"); // Runs print("Hello World").
PyRun.simpleString("print(\"Hello World!\")"); // Runs print("Hello World!").
Py.finalizeEx(); // Closes the Python interpreter.
}
}
Expand Down

0 comments on commit 05c5c37

Please sign in to comment.