Skip to content

alimmeek/git-good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages