Language
C++
Compiler
gcc HEAD 11.0.0 20200902 (experimental)
Options
Warnings
Don't Use Boost
C++17
-pedantic
Raw compiler options
-O2
-ftemplate-depth=1024
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic -O2 -ftemplate-depth=1024Hello reverse (read/write): olleH
Simple loop (empty output):
Hello World (wiki): Hello World!
Exit Code:
0