Skip to content

Instantly share code, notes, and snippets.

@eatnumber1
eatnumber1 / README
Created September 30, 2010 22:43
Object-Oriented C
Your compiler must support blocks.
To compile, run ONE of the following:
gcc -o ooc -std=c99 -fblocks ooc.c
clang -o ooc ooc.c
The output looks like this:
Integer: 1337
String: "Hello World!"