Skip to content

Instantly share code, notes, and snippets.

View Trey2k's full-sized avatar

Trey Moller Trey2k

View GitHub Profile
@Trey2k
Trey2k / main.go
Last active March 2, 2023 17:00
Tic Tac Toe Golang
package main
import (
"fmt"
"strings"
)
// set a board type for get and set functions
type board uint16
@Softwave
Softwave / README.md
Last active July 4, 2024 06:06
Fibonacci Program

Fib

Simple fibonacci number calculator.

Usage: fib nth Fibonacci number