Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mainshayne233/wolfpup
https://github.com/mainshayne233/wolfpup
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainshayne233/wolfpup
- Owner: MainShayne233
- Created: 2015-11-23T23:08:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T01:26:38.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T17:19:34.438Z (over 1 year ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wolfpup
Output samples
Input: 4+5-5-5-5+4+4+4
Output:
4
5
5
5
5
4
4
4Input: 4+5*6*7-4-3
Output:
4
5
6
7
3
4