메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

테스트: 두 판 사이의 차이

DB CAFE
태그: 되돌려진 기여
태그: 수동 되돌리기
21번째 줄: 21번째 줄:
</source>
</source>
<syntaxhighlight lang="Python" line='line'> def quickSort(arr): ...</syntaxhighlight>
<syntaxhighlight lang="Python" line='line'> def quickSort(arr): ...</syntaxhighlight>
<code lang=sql>
select 1,2,3,4
from dual;
</code >

2024년 9월 29일 (일) 18:28 판

테스트

글쓰기

select 1,2,3,4
 from dual;
select 1,2,3,4
 from dual;
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>
 def quickSort(arr): ...