https://github.com/crhntr/hello-fib
A simple HTTP server calculating and displaying fibonacci numbers.
https://github.com/crhntr/hello-fib
Last synced: 4 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T06:11:35.000Z (over 3 years ago)
- Last Synced: 2025-02-18T11:58:02.080Z (4 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.