Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC830713); site tjalk.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!mcvax!vu44!botter!tjalk!sjoerd From: sjoerd@tjalk.UUCP (Sjoerd Mullender) Newsgroups: net.lang.c Subject: Is it C or is it Pascal? Message-ID: <375@tjalk.UUCP> Date: Tue, 30-Oct-84 16:16:57 EST Article-I.D.: tjalk.375 Posted: Tue Oct 30 16:16:57 1984 Date-Received: Thu, 1-Nov-84 04:49:20 EST Reply-To: sjoerd@tjalk.UUCP (Sjoerd Mullender) Organization: VU Informatica, Amsterdam Lines: 22 What do you C hackers think of this beauty? (* main())() { /* Is it Pascal? Or is it C? Or is it something else? *) program main(output); begin writeln('Hello World') end. { Are you sure? Lint is... */ printf("Hello World\n"); return (int ( * )()) 0; } -- Sjoerd Mullender & Robbert van Renesse Vrije Universiteit Amsterdam, The Netherlands {sjoerd,cogito}@vu44.UUCP ...!{decvax|philabs|seismo}!mcvax!vu44!{sjoerd,cogito}