Newer
Older
UbixOS / src / tools / test.c
#include <stdio.h>


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