Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Boost 1.73.0
C++17
no pedantic
Raw compiler options
-g
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-10.1.0/include -std=c++17 -g
1, 2
3, 4
1, 0
2, 1
1, Hello,
2, World!
Exit Code:
0