Newer
Older
UbixOS / src / tools / test.c
@Charlie Root Charlie Root on 31 Dec 2017 75 bytes Sync
#include <stdio.h>


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