Prog Caml : Afficher un texte en utilisant des backslashs - 1

Voici un texte :

print_string "\n" est équivalent à print_newline().

Le but est de faire afficher ce texte à votre programme, en utilisant un seul print_string.

TIME AND MEMORY LIMITS (Python)

  • Time: 4s on a 1GHz machine.
  • Memory: 1,000 KB.

OUTPUT

print_string "\n" est équivalent à print_newline().

COMMENTS

Code à compléter Caml

(* à compléter *)

print_newline();

Source: https://www.france-ioi.org. Created by : Arthur Charguéraud.