This repository contains a simple Fibonacci sequence program that I created as part of UWCS's Git Good workshop.
A Java compiler and runtime, JDK 11 or newer.
Compile all the Java files with javac *.java
.
Run java Fibonacci n
to generate the first n
Fibonacci numbers and print them to standard output, starting from 0.