Browse Source

removing letters and number

content-update
lee 5 years ago
parent
commit
9365f7cc9f
  1. 4
      subjects/ascii-art.en.md
  2. 2
      subjects/ascii-output.en.md

4
subjects/ascii-art.en.md

@ -2,7 +2,7 @@
### Objectives
Ascii-art consists on receiving a `string` has an argument and outputing the `string` in a graphic representation of ASCII letters and numbers.
Ascii-art consists on receiving a `string` has an argument and outputting the `string` in a graphic representation of ASCII.
This project will help you learn about :
@ -18,7 +18,7 @@ This project will help you learn about :
- Your project must be written in **Go**.
- The code must respect the **good practices**.
- It is recommended that the code should present a **test file**.
- It will be given a `banner` file with a specific graphical template representation of ascii letters and numbers.
- It will be given a `banner` file with a specific graphical template representation of ASCII.
### Usage

2
subjects/ascii-output.en.md

@ -2,7 +2,7 @@
### Objectives
Ascii-art-output consists on receiving two strings. The first argument will be converted into a graphic representation of ASCII letters and numbers and written into a file named by using the second argument.
Ascii-art-output consists on receiving two strings. The first argument will be converted into a graphic representation of ASCII and written into a file named by using the second argument.
- In case the second argument is not present it should print the graphic representation.

Loading…
Cancel
Save