diff options
| author | Clecio Jung | 2023-03-18 18:02:41 -0300 |
|---|---|---|
| committer | Clecio Jung | 2023-03-18 18:02:41 -0300 |
| commit | a3942b3241189a003414874a96732e373e63ccae (patch) | |
| tree | 32df11e16faaecb62b1b407ab49490dffe546cec /examples/testing.ini | |
| download | libini-a3942b3241189a003414874a96732e373e63ccae.tar.xz libini-a3942b3241189a003414874a96732e373e63ccae.tar.zst | |
Initial commit
Diffstat (limited to 'examples/testing.ini')
| -rw-r--r-- | examples/testing.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/testing.ini b/examples/testing.ini new file mode 100644 index 0000000..0b07bcc --- /dev/null +++ b/examples/testing.ini @@ -0,0 +1,7 @@ +alpha = 89 +beta = 48 +gamma = 25 + +[section] +a = 12 +b = 15 |
