https://github.com/lanimall/wmfibonacci
A sample Webmethods project setup for CI/CD strictly using docker
https://github.com/lanimall/wmfibonacci
Last synced: over 1 year ago
JSON representation
A sample Webmethods project setup for CI/CD strictly using docker
- Host: GitHub
- URL: https://github.com/lanimall/wmfibonacci
- Owner: lanimall
- Created: 2018-02-21T18:33:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T23:18:14.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T09:55:06.325Z (over 1 year ago)
- Language: Dockerfile
- Size: 78.1 KB
- Stars: 0
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WxFibonacci
A sample Webmethods Microservice package using simple flow to implement the sequence of Fibonacci Numbers.
In mathematics, the Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and characterized by the fact that every number after the first two is the sum of the two preceding ones:
1 , 1 , 2 , 3 , 5 , 8 , 13 , 21 , 34 , 55 , 89 , 144