diff --git a/subjects/compareprog.en.md b/subjects/compareprog.en.md index 7c888463b..c57d1da93 100644 --- a/subjects/compareprog.en.md +++ b/subjects/compareprog.en.md @@ -6,7 +6,7 @@ Write a program that behaves like the `Compare` function from the `Go` package ` This program prints a number after comparing two `string` lexicographically. -### Usage: +### Usage ```console student@ubuntu:~/compareprog$ go build