From 9fed0ac66aeee2cbbfb4a37ae3700476363a8b4e Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 21 Jun 2022 01:44:22 +0100 Subject: [PATCH] Update README.md --- subjects/alphaposition/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/alphaposition/README.md b/subjects/alphaposition/README.md index 5a776faa5..46ae5a6fd 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