Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Commit

Permalink
Add test pro project euler problem 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 23, 2014
1 parent 8563c37 commit 7147d6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/examples/projecteuler-problem-1.rkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#lang racket

(require
rackunit
"../helpers/example.rkt")

(check-equal? (run-example "projecteuler/problem-1" "1000") "233168")

0 comments on commit 7147d6d

Please sign in to comment.