ftp.nice.ch/pub/next/unix/text/rtf.N.bsd.tar.gz#/rtf-utilities/samples/hello2.c/TXT.rtf

This is TXT.rtf in view mode; [Download] [Up]


/* sounds, files, pictures, and pointers may be freely inserted in the code.
    If Edit and other RTF editors supported a comment-like facility (e.g., to let you group some lines together as a ``comment,'') the rtf-ascii conversion could remove these, and all languages accepting RTF input could then have a uniform comment facility. */

#include <stdio.h>

void main(int ac, char *av[]){ 
	char *yo = "hello, world";
printf("%s\n", yo); // blah blah blah
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.