Skip to content

Instantly share code, notes, and snippets.

View jacobbathan's full-sized avatar
batting below average

Jacob Bathan jacobbathan

batting below average
  • Los Angeles
View GitHub Profile
@jacobbathan
jacobbathan / fizzbuzz.cs
Created June 22, 2019 02:11
Fizzbuzz (C#)
using System;
class Program
{
static void Main(string[] args)
{
// Ye Olde Fizzbuzz
// Write a program that prints the numbers from 1 to 100. If it’s a multiple of 3,
@jacobbathan
jacobbathan / readme-template.md
Created February 13, 2020 20:32 — forked from martensonbj/readme-template.md
Personal project README template

Project Name & Pitch

Example:

TweetWorld

An application used to filter data form Twitter based on user preference, built with React, Redux, JavaScript, and CSS.

Project Status

(only necessary if incomplete)