This commit is contained in:
Alfie King 2024-10-21 12:49:14 +01:00
parent fd6b5cb8de
commit 19b8a1921e

View File

@ -33,7 +33,7 @@ If you are on windows, good luck. I have no clue how to setup g++ on windows. I
(assuming you have g++ installed):
```bash
$ make
$ ./owo "Hello, world!"
$ build/owo "Hello, world!"
hewwo, wowld!
```