This commit is contained in:
Alfie King 2024-06-20 15:21:27 +01:00
parent 34204b25a0
commit b7b68a0961

View File

@ -27,10 +27,18 @@ Hewwo, wowld!
$ ./owo -o output.txt "Hello, world!"
```
## Building
to build the program, run the following command (note that you need g++ installed):
### to clipboard:
```bash
$ g++ -o owo owo.cpp
$ ./owo -c "Hello, world!"
```
## Building
to build the program, run the following command:
```bash
$ cmake . -B build
$ cd build && make
$ ./owo "Hello, world!"
hewwo, wowld!
```
## Installation