diff options
author | Skiz <skiznet@aol.com> | 2024-09-17 23:44:48 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-09-17 23:44:48 -0400 |
commit | 7ba6b80a7ecf58deb2506ca8349293a6d72f48e0 (patch) | |
tree | 4f4fe026cadfbb6fee1ff9b3a3948882adb82b00 /src/config.h | |
parent | 93799cb80df74bce1c1704cd80361d1ce11254e0 (diff) |
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..c828df9 --- /dev/null +++ b/src/config.h @@ -0,0 +1,5 @@ +// The config file for the TaxC program. +// Change the "#define" to your state's tax percentage. +// Example for the state of Pennsylvania: 0.06 + +#define percent 0.06 |