aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-09-29 01:18:43 +0900
committernsfisis <nsfisis@gmail.com>2022-09-29 01:18:43 +0900
commita9da75a3c37595444fd2648cba6bb033b1f64f6b (patch)
tree87ca51fec2c4ea9a500c96e3f6ab1f85b736a907 /docs/index.html
parentce01eac0c364a0d5330307548abe9508da1e328b (diff)
downloadblog.nsfisis.dev-a9da75a3c37595444fd2648cba6bb033b1f64f6b.tar.gz
blog.nsfisis.dev-a9da75a3c37595444fd2648cba6bb033b1f64f6b.tar.zst
blog.nsfisis.dev-a9da75a3c37595444fd2648cba6bb033b1f64f6b.zip
new post: write-fizzbuzz-in-php-2-letters-per-line
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/index.html b/docs/index.html
index a6a0c27..bc947d4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -30,6 +30,18 @@
<article class="post-entry">
<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">
+ Posted on <time>2022-09-29</time>
+ </footer>
+ <a class="entry-link" href="https://blog.nsfisis.dev/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/"></a>
+</article>
+<article class="post-entry">
+ <header class="entry-header">
<h2>弊社の PHP Foundation への寄付に寄せて</h2>
</header>
<section class="entry-content">
@@ -137,18 +149,6 @@
</footer>
<a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/ruby-detect-running-implementation/"></a>
</article>
-<article class="post-entry">
- <header class="entry-header">
- <h2>Vimで選択した行の順番を入れ替える</h2>
- </header>
- <section class="entry-content">
- <p>Vim で選択した行の順番を入れ替える方法。</p>
- </section>
- <footer class="entry-footer">
- Posted on <time>2021-10-02</time>
- </footer>
- <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/vim-swap-order-of-selected-lines/"></a>
-</article>
<footer class="page-footer">
<nav class="pagination">
<a class="next" href="/page/2/"> →</a>