This website works better with JavaScript.
Explore
Help
Sign In
jbiason
/
exercism
Watch
1
Star
0
Fork
You've already forked exercism
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Responses for exercises in Exercism.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89
Commits
1
Branch
0
Tags
2.2 MiB
Tree:
4922854f24
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4922854f24'
${ noResults }
exercism
/
racket
/
hello-world
/
hello-world.rkt
7 lines
66 B
Raw
Normal View
History
Unescape
Escape
Hello world
3 years ago
#lang
racket
(
provide
hello
)
(
define
(
hello
)
"
Hello, World!
"
)