diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/5/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/5/index.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/services/nuldoc/public/blog/posts/5/index.html b/services/nuldoc/public/blog/posts/5/index.html index 251b2cf..8fc5efe 100644 --- a/services/nuldoc/public/blog/posts/5/index.html +++ b/services/nuldoc/public/blog/posts/5/index.html @@ -67,6 +67,26 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/"> + <header class="entry-header"> + <h2>【PHP】 fizzbuzz を書く。1行あたり2文字で。</h2> + </header> + <section class="entry-content"> + <p> + PHP で fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2022-09-28">2022-09-28</time> 投稿、<time datetime="2022-09-29">2022-09-29</time> 更新 + <ul class="entry-tags"> + <li class="tag"> + PHP + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2022-08-31/support-for-communty-is-employee-benefits/"> <header class="entry-header"> <h2>弊社の PHP Foundation への寄付に寄せて</h2> @@ -263,26 +283,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2021-10-02/rust-where-are-primitive-types-from/"> - <header class="entry-header"> - <h2>Rust のプリミティブ型はどこからやって来るか</h2> - </header> - <section class="entry-content"> - <p> - Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2021-10-02">2021-10-02</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - Rust - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/4/">前へ</a> |
