UB-oriented-programming/README.md

22 lines
321 B
Markdown

This program, compiled with clang 12+, should work.
However, it is using an undefined behaviour in the [`isEven.cpp` file](isEven.cpp).
# How to use
Run
```
make run
```
If you wish to see the assembly :
```
make build-assembly
```
# Source
Originates from https://twitter.com/jckarter/status/1428072308351016969