Backup test: различия между версиями

Материал из test
Нет описания правки
Метка: отменено
Нет описания правки
 
(не показано 5 промежуточных версий этого же участника)
Строка 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
<?php
int
// 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