main.c 94 B

12345678
  1. #include<stdio.h>
  2. #include"alltogether.h"
  3. int main(int argc, char **argv) {
  4. return 0;
  5. }