Skip to content

Commit

Permalink
Change samples/README layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hltbra committed Apr 18, 2012
1 parent b64972e commit feb5d5d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions samples/README
@@ -1,10 +1,14 @@
primefactors.c
==============

Prime Factors Kata
==================

gcc -Wall -o primes.out primefactors.c -I.. ../thc.c && ./primes.out


Linked List
===========
linkedlist.c
============

An example of a generic linked list implementation.

gcc -Wall -o linkedlist.out linkedlist.c -I.. ../thc.c && ./linkedlist.out

0 comments on commit feb5d5d

Please sign in to comment.