Skip to content
/ MathMan Public

A simple program to solve Math3 book problems.

Notifications You must be signed in to change notification settings

h7lc0n/MathMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues


Logo

MathMan Program

This is a simple program to solve Math3 book problems.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Built With

Getting Started

Prerequisites

  • Install MinGW (For Windows)
    https://sourceforge.net/projects/mingw/
    
  • Install gcc/g++ (For Linux) note: don't worry, I've setup Makefile to do that for you
    make install
    make run
    

Installation

  • Make Directory .
    mkdir MathMan && cd MathMan
    
  • Clone The Code .
    git clone https://github.com/h7lc0n/MathMan.git
    
  • Run Makefile To Setup .
    make          /* Default: Build The Project */
    make install  /* install Requirements */
    make run      /* Run The Program Directly */
    make update   /* Update The Program Files */
    

Contact

About

A simple program to solve Math3 book problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published