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: 4 months ago
JSON representation

A simple HTTP server calculating and displaying fibonacci numbers.

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.