Newer
Older
ubixos / src / tools / test.c
@reddawg reddawg on 16 Jan 2007 75 bytes UbixOS
#include <stdio.h>


int main(int argc,char **argv) {
  printf("A\n");
  }