4 lines
68 B
JavaScript
Raw Permalink Normal View History

export function fibonacci(value) {
// implementar logica aqui
}