summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-09-15 17:15:59 -0400
committerSkiz <skiznet@aol.com>2024-09-15 17:15:59 -0400
commit6b9f65b9211918ebc4b91b339bbe9a35ec8c6b1e (patch)
treee962fc57d004e16a2b3c6f425cfefb6269e0b329 /src/config.c
parentef2e056301767585b13804fadd2bbfa420743284 (diff)
Made config file, to set custom percentage
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
new file mode 100644
index 0000000..ee0b3f4
--- /dev/null
+++ b/src/config.c
@@ -0,0 +1,5 @@
+// The config file for the TaxC program.
+// Change the var to your state's tax percentage.
+// Example for the state of Pennsylvania: 0.06
+
+float percent = 0.06;