##// END OF EJS Templates
Release 0.7...
Release 0.7 Update from ICD 1.8 TC_PARAMETER_DUMP implemented

File last commit:

r26:d435771e0064 default
r28:bba8bfc08608 default
Show More
main.c
8 lines | 104 B | text/x-c | CLexer
#include <stdlib.h>
#include <stdio.h>
int main( void )
{
printf("hello world\n");
return 0;
}