aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-06-17 14:38:30 +0900
committernsfisis <nsfisis@gmail.com>2023-06-17 14:38:30 +0900
commit069ea120e5dda665b39c42db53be6f718454c1ab (patch)
treeed813da7f6b21a2f95e9f0772195bd0420664817 /README.md
parent3000e81d6351aa2e8dff5e40b9ac6e91ea0a0dd3 (diff)
downloadphpstudy-153-slides-069ea120e5dda665b39c42db53be6f718454c1ab.tar.gz
phpstudy-153-slides-069ea120e5dda665b39c42db53be6f718454c1ab.tar.zst
phpstudy-153-slides-069ea120e5dda665b39c42db53be6f718454c1ab.zip
スライドを追加
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5bb5b4d..6524eb6 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,15 @@
-https://phpstudy.connpass.com/event/TODO/
+https://phpstudy.connpass.com/event/286669/
+
+# Spec
+
+https://pubs.opengroup.org/onlinepubs/9699919799
+
+> ### 3.403 Text File
+>
+> A file that contains characters organized into zero or more lines. (略)
+
+---
+
+> ### 3.206 Line
+>
+> A sequence of zero or more non- \<newline\> characters plus a terminating \<newline\> character.