Skip to content

Instantly share code, notes, and snippets.

View rogerogden's full-sized avatar

Roger Ogden rogerogden

View GitHub Profile

Keybase proof

I hereby claim:

  • I am rogerogden on github.
  • I am rogerogden (https://keybase.io/rogerogden) on keybase.
  • I have a public key whose fingerprint is 3D05 6C88 165C 23E6 7F09 0631 BFAF F8AD 6BAE E6D8

To claim this, I am signing this object:

@rogerogden
rogerogden / sourcecode
Created February 11, 2014 19:53
Source Code -- cs117 p1
#include <iostream>
#include <cmath>
#include <iomanip>
using namespace std;
int main()
{