summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-09-17 23:44:48 -0400
committerSkiz <skiznet@aol.com>2024-09-17 23:44:48 -0400
commit7ba6b80a7ecf58deb2506ca8349293a6d72f48e0 (patch)
tree4f4fe026cadfbb6fee1ff9b3a3948882adb82b00 /src/config.c
parent93799cb80df74bce1c1704cd80361d1ce11254e0 (diff)
Changed config to .H fileHEADmaster
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.c b/src/config.c
deleted file mode 100644
index ee0b3f4..0000000
--- a/src/config.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// 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;