#!/usr/bin/python
# -*- coding: utf-8 -*-

texte = open ("diff", "r")
sentence = texte.read()
texte.close()

print(sentence)
