Browse Source

removing error handling

content-update
lee 5 years ago committed by Clément
parent
commit
43c31e9197
  1. 2
      subjects/cat.en.md
  2. 2
      subjects/cat.fr.md

2
subjects/cat.en.md

@ -18,8 +18,6 @@ Write a program that has the same behaviour as the system's `cat` command-line.
`"Alan Mathison Turing was an English mathematician, computer scientist, logician, cryptanalyst. Turing was highly influential in the development of theoretical computer science, providing a formalisation of the concepts of algorithm and computation with the Turing machine, which can be considered a model of a general-purpose computer. Turing is widely considered to be the father of theoretical computer science and artificial intelligence."`
- In case of error the program should print the error.
- The program must be submitted inside a folder named `cat`.
```console

2
subjects/cat.fr.md

@ -18,8 +18,6 @@
`"Alan Mathison Turing was an English mathematician, computer scientist, logician, cryptanalyst. Turing was highly influential in the development of theoretical computer science, providing a formalisation of the concepts of algorithm and computation with the Turing machine, which can be considered a model of a general-purpose computer. Turing is widely considered to be the father of theoretical computer science and artificial intelligence."`
- En cas d'erreur le programme doit imprimer l'erreur.
- L eprogramme doit être rendu dans un dossier nommé `cat`.
### Utilisation:

Loading…
Cancel
Save