CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/06/18 15:20:49
Modified files: fun/jokes : ed.html Log message: Updating ed.html per # 692223 CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/ed.html?cvsroot=www&r1=1.18&r2=1.19 Patches: Index: ed.html =================================================================== RCS file: /web/www/www/fun/jokes/ed.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -b -r1.18 -r1.19 --- ed.html 13 May 2009 14:43:47 -0000 1.18 +++ ed.html 18 Jun 2011 15:20:46 -0000 1.19 @@ -24,6 +24,12 @@ <p>An initial variant of this joke is also available in <a href="/fun/jokes/ed">plain text</a>.</p> +<p>Another, submitted by Hunter Turcin:</p> +<pre> +#include <iostream>#include <string>using namespace std; +int main() { string huh; for (;;) { getline(cin, huh); cout << "?\n"; } return 0;} +</pre> + <p><a href="/fun/humor.html">Other humor</a> in the GNU Humor Collection.</p> @@ -55,7 +61,7 @@ <p> Updated: <!-- timestamp start --> -$Date: 2009/05/13 14:43:47 $ +$Date: 2011/06/18 15:20:46 $ <!-- timestamp end --> </p> </div>