Skip to content

Instantly share code, notes, and snippets.

View petermoz's full-sized avatar

Peter Morton petermoz

View GitHub Profile
### Keybase proof
I hereby claim:
* I am petermoz on github.
* I am pmm (https://keybase.io/pmm) on keybase.
* I have a public key ASCc3eSxtWQRNQQkeazu4zWkMMolXlh0ChP7o7b8pRELWwo
To claim this, I am signing this object:
@petermoz
petermoz / ass1.c
Created October 8, 2012 23:18
MTRX1702 Assignment 1 Solution
/*
* MTRX1702 Assignment 1
* Peter Morton, 2012
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>