-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
567ab5c
commit f9f03b1
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Determine a sentence's acronym | ||
# Acronym ? Sentence | ||
Acronym ← |1 ⟜(⍤"Please implement the Acronym function") | ||
Acronym ← |1 ⟜(⍤"Please implement Acronym") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Determine if a year is a leap year | ||
# IsLeapYear ? Year | ||
Leap ← |1 ⊙(⍤"Please implement the Leap function" 0) | ||
Leap ← |1 ⊙(⍤"Please implement Leap" 0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Convert a number to a sequence of actions in the secret handshake. | ||
# Commands ? Number | ||
Commands ← |1 ⊙(⍤ Please implement Commands 0) | ||
Commands ← |1 ⊙(⍤ "Please implement Commands" 0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Calculate the sum of multiples for a set of factors up to a limit | ||
# Sum ? Factors Limit | ||
SumOfMultiples ← |2 ⍤"Please implement SumOfMultiples" ⊙⊙ | ||
SumOfMultiples ← |2 ⊙(⍤ "Please implement SumOfMultiples") |