One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
macOS / OS X
Install homebrew then run brew install swi-prolog. You can now run the Prolog shell from the command line with swipl.
Important: do not install from the official website, you will get crashes.
Windows
Install from the official website (you need at least a typical installation).
http://codesfusion.blogspot.com.br/2013/10/setup-hadoop-2x-220-on-ubuntu.html |
const app = require('./lib/index'), | |
colors = require('colors/safe'), | |
{scanf} = require('nodejs-scanf'); | |
console.log(colors.green('Please input value in format: from to money')); | |
console.log(colors.italic.red('Ex: USD EUR 100')); | |
console.log(colors.bold(':help -> if you need help')); | |
// input currency change and value maney | |
var print = function (params, params1) { |