Skip to content

Commit

Permalink
Merge branch 'start-docs-and-exercises' of github.com:ageron/exercism…
Browse files Browse the repository at this point in the history
…-roc into start-docs-and-exercises
  • Loading branch information
ageron committed Aug 20, 2024
2 parents c9281f0 + 29c32c1 commit e7b7328
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"online_editor": {
"indent_style": "space",
"indent_size": 4,
"highlightjs_language": "roc"
"highlightjs_language": "haskell"
},
"files": {
"solution": [
Expand Down Expand Up @@ -51,15 +51,10 @@
"paradigm/functional",
"platform/linux",
"platform/mac",
"platform/windows",
"typing/strong",
"used_for/artificial_intelligence",
"used_for/backends",
"used_for/cross_platform_development",
"used_for/embedded_systems",
"used_for/games",
"used_for/robotics",
"used_for/scientific_calculations",
"used_for/scripts"
]
}
3 changes: 2 additions & 1 deletion docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# About

Roc is a modern, fast, and safe programming language designed for building reliable software with simplicity in mind. With an emphasis on performance and minimalism, Roc brings a fresh perspective to the world of functional programming, aiming to make it accessible and efficient for developers.
Roc is a modern, fast, and safe programming language designed for building reliable software with simplicity in mind.
With an emphasis on performance and minimalism, Roc brings a fresh perspective to the world of functional programming, aiming to make it accessible and efficient for developers.

## Main Features

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/leap/Leap.roc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module [isLeapYear]

isLeapYear = \year ->
year > 0
crash "Please implement the `isLeapYear` function"

0 comments on commit e7b7328

Please sign in to comment.