MathProb -- July, 2017
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
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
TBW
TBW
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/.
Carlos Linares Lopez [email protected]