summaryrefslogtreecommitdiff
path: root/src/config.c
blob: ee0b3f4a2db814da05cde65012626eef94393f61 (plain)
1
2
3
4
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;