Skip to content

Instantly share code, notes, and snippets.

View davemarchevsky's full-sized avatar

Dave Marchevsky davemarchevsky

View GitHub Profile
@davemarchevsky
davemarchevsky / blah.java
Created October 26, 2012 00:32
blahblah
system.out.println("Hello");
@davemarchevsky
davemarchevsky / test.c
Created October 26, 2012 00:24
Test gist
#include<stdio.h>
#include<stdlib.h>
int main(int argc, char** argv)
{
while(1)
{
printf("Hello, blog!");
}
}