Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Boost 1.83.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.83.0-gcc-13.2.0/include -std=gnu++2b
How many coin flips: 5
flip 0: was head
flip 1: was head
flip 2: was tails
flip 3: was tails
flip 4: was head
Exit Code:
0