shows you the number of days since you stopped smoking, how many cigarettes you didn't smoked and how much money you saved
- nonsmoking.php need php
- nosmoking.sh just needs bash and bc
- nonsmoking.go can be comiled with go
- nonsmoking.js needs node.js
- nonsmoking.cs needs mono
php cli.php [date-stopped (Y-m-D)] [cigarettes per day] [price / cigarette]
or
nosmoking.sh [date-stopped (Y-m-D)] [cigarettes per day] [price / cigarette]
or
go run nonsmoking.go [date-stopped (Y-m-D)] [cigarettes per day] [price / cigarette]
or
node nonsmoking.js [date-stopped (Y-m-D)] [cigarettes per day] [price / cigarette]
or gmcs stopsmoking.cs && mono nonsmoking.exe [date-stopped (Y-m-D)] [cigarettes per day] [price / cigarette]
php cli.php 2016-09-19 30 0.285714286
2016-09-19 is the day you stopped 30 cigarettes per Day 0.285714286 price for one cigarette