diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e0fc7c --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# PHPerKaigi 2026 パンフレット記事 + +PHPerKaigi 2026 パンフレット向けの技術記事「Quineを書こう〜自己を出力する不思議なプログラム〜」のリポジトリです。 + +プロポーザル: https://fortee.jp/phperkaigi-2026/proposal/fbc06023-4ee8-4773-a89d-bc5a0911e4e1 + +## ソースコード + +記事中に登場するソースコードは `src/` ディレクトリ以下に同じファイル名で格納されています。 + +## テスト + +それぞれのソースコードが正しく Quine になっているかを検証します。 + +``` +$ bash test.sh +``` + +## リンク集 + +* 記事中で紹介した拙作のQuine + * https://github.com/nsfisis/9-puzzle-quine.php + * https://github.com/nsfisis/cohackpp + * https://github.com/nsfisis/phperbiglt-2025 + * https://github.com/nsfisis/twitter2x-quine + * https://github.com/nsfisis/pong-wars-quine.rb + * https://github.com/nsfisis/trick-2025 +* 参考文献 + * [遠藤侑介『あなたの知らない超絶技巧プログラミングの世界』技術評論社、2015年](https://gihyo.jp/book/2015/978-4-7741-7643-7) |
