Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 431 Bytes

Git Good

This repository contains a simple Fibonacci sequence program that I created as part of UWCS's Git Good workshop.

Dependencies

A Java compiler and runtime, JDK 11 or newer.

Compilation

Compile all the Java files with javac *.java.

Usage

Run java Fibonacci n to generate the first n Fibonacci numbers and print them to standard output, starting from 0.