diff options
| author | MinhHien <[email protected]> | 2022-10-02 08:26:33 +0700 |
|---|---|---|
| committer | MinhHien <[email protected]> | 2022-10-02 08:26:33 +0700 |
| commit | b8ddfe51977d0626d1c135eed9e58dba699aa9eb (patch) | |
| tree | 7e5fabb478ed588f82ee0aa9a286f2123b8dc99a /CST116-BlankConsole | |
| parent | I added "the" (diff) | |
| download | cst116-lab0-misterhien-main.tar.xz cst116-lab0-misterhien-main.zip | |
Diffstat (limited to 'CST116-BlankConsole')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..cf568af 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -5,7 +5,7 @@ int main()
{
- std::cout << "Hello World!\n";
+ std::cout << "i say :Hello the World!\n";
}
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
|