Skip to content

Instantly share code, notes, and snippets.

@samth
Created September 18, 2018 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samth/92ed7836508fe15b1e58f840a8d3a534 to your computer and use it in GitHub Desktop.
Save samth/92ed7836508fe15b1e58f840a8d3a534 to your computer and use it in GitHub Desktop.
#lang racket/base
(define (f n)
(for/sum ([i n #;(in-range n)]) i))
(time (f 100000000));(string->number (vector-ref (current-command-line-arguments) 0))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment