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.
91
Commits
1
Branch
0
Tags
2.2 MiB
C
53.5%
Rust
13.2%
Shell
8.1%
Python
5%
C#
4.3%
Other
16%
Tree:
31b6d31970
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '31b6d31970'
${ noResults }
exercism
/
racket
/
hello-world
/
hello-world.rkt
6 lines
66 B
Raw
Blame
History
#lang
racket
(
provide
hello
)
(
define
(
hello
)
"
Hello, World!
"
)
Reference in new issue
Copy Permalink