Chapter 3: Running KTTY AI

  1. Save the program in a file named hello.c.

  2. Open your terminal or command prompt.

  3. Compile the program using this command: gcc hello.c -o hello

  4. Run the compiled program: ./hello

You should see the output:

Hello World

Last updated