diff options
author | SanJacobs | 2022-07-13 01:02:53 +0200 |
---|---|---|
committer | SanJacobs | 2022-07-13 01:02:53 +0200 |
commit | d882dfffabddb5a36b92db05b8af585d104ff262 (patch) | |
tree | 357f384a3b8fb502e8116aa8441182cd14417dcf | |
parent | 2f97c1e2cac065443734e94ae1346da2f1d648d1 (diff) | |
download | satscalc-d882dfffabddb5a36b92db05b8af585d104ff262.tar.gz satscalc-d882dfffabddb5a36b92db05b8af585d104ff262.tar.bz2 satscalc-d882dfffabddb5a36b92db05b8af585d104ff262.zip |
Updated TODO
-rwxr-xr-x | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4d96c47..2deba1d 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,8 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/ */ -// TODO: Write function/method/constructor that slices a workday up into the differently priced segments -// TODO: Make the system that determines the price of each of those slices of time +// TODO: Make system that determines the price of each timeblock in workday // TODO: Add ruleset selector (That only allows you to pick the advert ruleset at first) #include <iostream> |