#include "../../Headers/Assembler/SagittariusAssembler.h" /** * Usage: * * SagittariusAssembler ... -o * * If no output file is specified, the assembler will output to .out. */ int main(int ac,char** av){ printf("Copyright (C) 2026 Creeper Lv.\n"); return 0; }