From 7dea33670b90ef743aaf97d2f18f763ffc63d1fb Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 7 Nov 2022 14:31:35 +0000 Subject: [PATCH] docs(onlyF): fixed subject - syntax fix --- subjects/onlyf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/onlyf/README.md b/subjects/onlyf/README.md index d2515030..c308f14a 100644 --- a/subjects/onlyf/README.md +++ b/subjects/onlyf/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that displays an `f` character on the standard output. +Write a program that displays an `f` character on the standard output and nothing else. ### Usage