cf/mirror

INI-file

CF
72B2200· master5s256 MB⌨ stdin/stdout

Examples

Sample 1of 1
Input
11
a= 1
b=a
a = 2
; comment
[z]
1=2
[y]
2=3
[z]
2=1
[w]
Output
a=2
b=a
[w]
[y]
2=3
[z]
1=2
2=1
72B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)