Backup test: различия между версиями
Материал из test
Mih (обсуждение | вклад) Нет описания правки Метка: отменено |
Mih (обсуждение | вклад) Нет описания правки |
||
| (не показаны 4 промежуточные версии этого же участника) | |||
| Строка 7: | Строка 7: | ||
info | info | ||
An extract of source <syntaxhighlight lang="php" inline><?php echo "Done!"; ?></syntaxhighlight> on one line. | |||
<syntaxhighlight lang="php"> | <syntaxhighlight lang="php"> | ||
<?php | |||
// some php code | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="python" line> | |||
def quick_sort(arr): | |||
less = [] | |||
pivot_list = [] | |||
more = [] | |||
if len(arr) <= 1: | |||
return arr | |||
else: | |||
pass | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Текущая версия от 18:01, 15 июня 2026
First
This page is made for backup test
Some other
info
An extract of source <?php echo "Done!"; ?> on one line.
<?php
// some php code
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass