/gas-bill

Gas Bill calculator app

Primary LanguageCGNU General Public License v3.0GPL-3.0

Gas Bill Calulator C Program

GitHub repo size GitHub pull requests Clang Version Make version Docker Image Version (latest by date) Nvim Version

What is this?

This is mainly a task from collage, basically calculate an electricity and gas bill It has a docker container for learning purpose

TODO

  • Update Makefile
  • Add Badges to README
  • Add License
  • Update Dockerfile
  • Continue lib integration

Avalible commands

Docker

You can run it with Docker using: docker run -it eltitodg/gas-bill:dev

A Make command it is also avalible to publish it in Docker: make publish

Make

This repository include a Makefile, so you can use commands to build the program

  • all: make all
  • build: make build
  • clean: make clean

Use Make commands for build