Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/hello-fib
A simple HTTP server calculating and displaying fibonacci numbers.
https://github.com/crhntr/hello-fib
Last synced: about 1 month ago
JSON representation
A simple HTTP server calculating and displaying fibonacci numbers.
- Host: GitHub
- URL: https://github.com/crhntr/hello-fib
- Owner: crhntr
- License: unlicense
- Created: 2022-02-15T04:34:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T06:11:35.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T21:58:35.453Z (6 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-fib
A simple HTTP server calculating and displaying fibonacci numbers.To run the server run `go run .` from the project root.