This is Test Page.
Test
-
sample
-
キー表示
Alt+Shift+Space -
codehilite
def bubble_sort(items): for i in range(len(items)): for j in range(len(items) - 1 - i): if items[j] > items[j + 1]: items[j], items[j + 1] = items[j + 1], items[j]
-
注釈
Note
これはノートです。
Tip
ヒントです。
Warning
これは警告です
Danger
これは危険です。
Success
これは成功です。
Failure
これは失敗です。
Bug
これはバグです。
Summary
これは概要です。