C Programming

  1. Install vis XCODE
  2. Check cc -v to check if compile is installed.
#include <stdio.h>
#include <stdlib.h>

int main() {
printf("Hello World!");
return 0;
}

4.

Leave a Reply

Your email address will not be published. Required fields are marked *

error: