hec.to/r

sometimes i like to program

here are some things i've made

i'll put up some more soon!


C

a simple text program written in c

it takes in large integers from a file and saves each digit in an array

it then does arithmetic on them

bigint.c

bigint.txt


Java

a simple graphical board game

creates a random grid with circles

the object is to clear them with the fewest moves

boardgame.java