From 5596bf2fd3d065079dd587d51864e4fd4d295c22 Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Fri, 1 Nov 2019 19:36:57 +0600 Subject: [PATCH] Delete links Students click on links and browser opens up. This causes exam app exit. --- subjects/printdigits.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/printdigits.en.md b/subjects/printdigits.en.md index 55a95a9d3..dec992574 100644 --- a/subjects/printdigits.en.md +++ b/subjects/printdigits.en.md @@ -2,9 +2,9 @@ ### Instructions -Write a [program](TODO-LINK) that prints the decimal digits in ascending order (from `0` to `9`) on a single line. +Write a program that prints the decimal digits in ascending order (from `0` to `9`) on a single line. -A line is a sequence of characters preceding the [end of line](https://en.wikipedia.org/wiki/Newline) character (`'\n'`). +A line is a sequence of characters preceding the end of line character (`'\n'`). ### Usage