diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-25 22:55:21 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-25 22:55:21 -0700 |
commit | 0c7f08cea081644ef1f79cda065c716f76b7db32 (patch) | |
tree | c65d01a3a7834d69fe7c0981750e3926af104bf7 /subx/011run.cc | |
parent | 68ccf4d3245e78c869f25ffc5078f267eb22a9ee (diff) | |
download | mu-0c7f08cea081644ef1f79cda065c716f76b7db32.tar.gz |
5479
Diffstat (limited to 'subx/011run.cc')
-rw-r--r-- | subx/011run.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/subx/011run.cc b/subx/011run.cc index 1730c790..194676d8 100644 --- a/subx/011run.cc +++ b/subx/011run.cc @@ -28,8 +28,6 @@ put_new(Help, "syntax", "at runtime, but can be handy when rewriting macros.\n" "\n" "Check out the examples in the examples/ directory.\n" - "Programming in machine code can be annoying, but let's see if we can make\n" - "it nice enough to be able to write a compiler in it.\n" ); :(before "End Help Contents") cerr << " syntax\n"; |