Showing posts with label C Haskell Python line count. Show all posts
Showing posts with label C Haskell Python line count. Show all posts

Tuesday, August 2, 2011

Algorithm-a-Day : Day 02 : Line Count

Counting the number of lines in a given file, in C, Python, and Haskell.
Quite simple today, but I needed some easy stuff right off the start to balance the more interesting algorithms to come later.

Github :: Line counting