diff --git a/subjects/alphaposition/README.md b/subjects/alphaposition/README.md index 5a776faa..46ae5a6f 100644 --- a/subjects/alphaposition/README.md +++ b/subjects/alphaposition/README.md @@ -16,6 +16,8 @@ func AlphaPosition(c rune) int { ### Usage +Here is a possible program to test your function: + ```go package main