Initial post

Posted on 2015-05-17 21:01:00 by rainbyte
Tags: hello

Just wanted to say hello for first time! :)

See the world

Let's try some example code with markdown and pygments:

#lang racket

(define (say-hello!)
  (printf "Hello world!\n"))
Comments are not open for this post yet.