From 7ba6b80a7ecf58deb2506ca8349293a6d72f48e0 Mon Sep 17 00:00:00 2001 From: Skiz Date: Tue, 17 Sep 2024 23:44:48 -0400 Subject: Changed config to .H file --- src/config.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') 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 -- cgit v1.2.3