Newer
Older
Import / research / embedded / hello.c
#include <stdio.h>


int main(int argc, char *argv[])
{
  printf("hello\n");
  return 0;
}