Milktrader

Iterating Until Convergence

Monday, July 5, 2010

Test for C snippet

There are some issues with trying to publish code snippets that have the <> symbols, because somebody called dibs on it (long story) and for you to use it you need to use an HTML encoder.

I got this site from @craftyfella

http://www.opinionatedgeek.com/dotnet/tools/htmlencode/encode.aspx

// another useless hello world test case

#include <stdio.h>

int main (void)  {

printf("Hello World of C Enthusiasts!\n");

return 0;

}
 

0 comments:

Post a Comment