Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhob committed Oct 20, 2024
1 parent f1c62d2 commit 85b1aed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ func ValidateNumberSequenceShorthand(input string) error {
parseSequence(tokens)
return nil
}

func main() {
fmt.Println("Run the test cases with `make test`.")
}

0 comments on commit 85b1aed

Please sign in to comment.