Skip to content
Snippets Groups Projects
Commit 1d1dccfb authored by Sibidharan's avatar Sibidharan :speech_balloon:
Browse files

Delete index.php

parent fd9a0dff
No related branches found
No related tags found
No related merge requests found
<?php
$words = file_get_contents("polnoe-esenin.txt");
echo json_encode(array_count_values(str_word_count(mb_strtolower($words), 1, "ёяшертыуиопюъщэжьлкйчгфдсазхцвбнмЁЯШЕРТЫУИОПЮЪЩЭЖЬЛКЙЧГФДСАЗХЦВБНМ…»«–")),JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment