
	fibonacci(n: Integer): Integer
	
		Returns the number in the position "n" of the fibonacci sequence.
		
			n posio desejada
		
	
