From 6b9f65b9211918ebc4b91b339bbe9a35ec8c6b1e Mon Sep 17 00:00:00 2001 From: Skiz Date: Sun, 15 Sep 2024 17:15:59 -0400 Subject: Made config file, to set custom percentage --- src/config.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config.c (limited to 'src/config.c') 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; -- cgit v1.2.3