Ch (computer programming): Difference between revisions

Content deleted Content added
No edit summary
Line 23:
There are two ways to run Ch code. One is:
 
<nowiki>#</nowiki>!/bin/ch
printf("Hello world!\n");
 
Another is: