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

테스트

DB CAFE
Dbcafe (토론 | 기여)님의 2024년 9월 29일 (일) 18:27 판 (→‎글쓰기)

테스트

글쓰기

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): ...