Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C implementation of "Hello World" and Windows executable #3408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

candym0n
Copy link

@candym0n candym0n commented Nov 29, 2024

This Pull Request adds a C implementation of the "Hello World" program to the repository. It includes the source code (hello.c) and a compiled Windows executable (hello.exe).

Changes Made

  1. New Branch: Created a new branch c-hello.
  2. Source Code: Added a C program (hello.c) with the following functionality:
    • Prints "Hello world!" to the console.
  3. Executable: Compiled the program into a Windows executable (hello.exe) for easy execution on Windows systems.

File Additions

  • hello.c: C source code for the Hello World program.
  • hello.exe: Compiled Windows executable.

Reason for Change

This addition provides an example of a "Hello World" program in the C programming language, complementing other implementations in the repository. Including a precompiled executable ensures accessibility for users who may not have a C compiler installed.

Testing and Validation

The program was compiled and tested on a Windows environment.
It successfully outputs "Hello world!" to the console when executed.

Request

Please review the changes and provide feedback. Let me know if additional modifications or validations are needed.

Screenshot

{D8A781FB-86D5-4B61-8155-2199CBD690FE}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant