Browse Source

Delete links

Students click on links and browser opens up. This causes exam app exit.
content-update
Tlekbai Ali 5 years ago committed by GitHub
parent
commit
5596bf2fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/printdigits.en.md

4
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

Loading…
Cancel
Save