Language
C++
Compiler
gcc HEAD 12.0.0 20210721 (experimental)
Options
Warnings
Don't Use Boost
C++17
-pedantic
Raw runtime options
-f
filename
$ g++ prog.cc -Wall -Wextra  -std=c++17 -pedantic Writing to file "filename" succeeded.
Reading from file "filename" succeeded.
Printing contents of "filename" file:
0	1	2	3	4	5	6	7	8	9
Program terminated sucessfully. 
Exit Code: 
0