Browse Source

Formating

content-update
Frenchris 5 years ago committed by GitHub
parent
commit
564e9f6ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      subjects/printhex.en.md

6
subjects/printhex.md → subjects/printhex.en.md

@ -2,11 +2,11 @@
### Instructions
Write a program that takes a positive (or zero) number expressed in base 10, and displays it in base 16 (lowercase letters) followed by a newline.
Write a program that takes a positive (or zero) number expressed in base 10, and displays it in base 16 ( with lowercase letters) followed by a newline.
- If the number of parameters is not 1, the program displays a newline.
Example of output :
Examples of outputs :
```console
student@ubuntu:~/piscine/test$ go build
@ -19,4 +19,4 @@ student@ubuntu:~/piscine/test$ ./test "5156454"
student@ubuntu:~/piscine/test$
student@ubuntu:~/piscine/
```
```
Loading…
Cancel
Save