Subversion Repositories test

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

//hello.c

#include <stdio.h>
#include <stdlib.h>

int main()
{
  printf("Hello, world!!\n");

  return 0;
}