- Un boulet
- ...
- Au fur et a mesure je vois ce que je tappe
>Une citation qui aura un retrait au debut.
//Lire un fichier et imprimer son contenu
var fs = require('fs');
fs.readFile('README.md', 'utf8', function(err, contents) {
console.log(contents);
//contents object has the data
});#A comment
myvar='its value'
def myfunc:
print(myvar)
myfunc()