Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.38 KB

README.md

File metadata and controls

60 lines (34 loc) · 1.38 KB

MathProb -- July, 2017

Introduction

This program automatically creates random math problems for children. It provides different questions which can be parameterized in various ways. Sheets of exercises are generated from a template which is then completed by this program

Install

First, clone the repository with:

git clone https://github.com/clinaresl/mathprob.git

from within your $GOPATH/src/ directory. To compile mathprob:

$ go build

Finally, install the binary with:

$ go install

And you are ready to execute:

$ mathprob -help

anywhere from your filesystem provided that the environment variable $PATH contains the path to your $GOPATH/bin/ directory

Usage

TBW

Example

TBW

License

MathProb is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MathProb is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MathProb. If not, see http://www.gnu.org/licenses/.

Author

Carlos Linares Lopez carlos.linares@uc3m.es