Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 559 Bytes

Project for distributed systems - 2nd year

Word Count (Map-Reduce)

Git Upstream

Keep your fork sync with the upstream

$ git remote add upstream git@github.com:mariolpantunes/mapreduce.git
$ git fetch upstream
$ git checkout master
$ git merge upstream/master

Authors

Contributor

License

This project is licensed under the MIT License - see the LICENSE.md file for details