aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSanJacobs2022-07-13 01:02:53 +0200
committerSanJacobs2022-07-13 01:02:53 +0200
commitd882dfffabddb5a36b92db05b8af585d104ff262 (patch)
tree357f384a3b8fb502e8116aa8441182cd14417dcf /src
parent2f97c1e2cac065443734e94ae1346da2f1d648d1 (diff)
downloadsatscalc-d882dfffabddb5a36b92db05b8af585d104ff262.tar.gz
satscalc-d882dfffabddb5a36b92db05b8af585d104ff262.tar.bz2
satscalc-d882dfffabddb5a36b92db05b8af585d104ff262.zip
Updated TODO
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.cpp3
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>