diff --git a/README.md b/README.md index b6f62e5..930cf1a 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ int main() ehs::Console::Write("Your age is " + ehs::Str_8::FromNum(age) + "."); // Write the console with the age converted back to string. + ehs::Uninitialize(); + return 0; } ``` \ No newline at end of file