From c23f7a528e249c4652ef9b5dddeb8fe02443ecbd Mon Sep 17 00:00:00 2001 From: hairrrrr <781728963@qq.com> Date: Thu, 16 Apr 2020 19:29:44 +0800 Subject: [PATCH] 4-16 --- code/practise/15 编写大型程序/01 文本格式化/quote.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 code/practise/15 编写大型程序/01 文本格式化/quote.txt diff --git a/code/practise/15 编写大型程序/01 文本格式化/quote.txt b/code/practise/15 编写大型程序/01 文本格式化/quote.txt new file mode 100644 index 0000000..425dfab --- /dev/null +++ b/code/practise/15 编写大型程序/01 文本格式化/quote.txt @@ -0,0 +1,10 @@ + C is quirky, flawed, and an +enormous success. Although accidents of history + surely helped, it evidently satisfied a need + + for a system implementation language efficient + enough to displace assembly language, +yet sufficiently abstract and fluent to describe + algorithms and interactions in a wide variety +of environments. + -- Dennis M. Ritchie \ No newline at end of file