πΆ My first Hello in language C.
Windows:
You can clone the repository through CMD (Command Prompt) just by typing:
git clone https://github.com/gabrieldejesus/hello.c
or download the zip from the green button at the beginning of the repository
Execution:
Taking into account that you understand and have a stable environment for running programs in the C language
Run the make hello
to compile the program and the run ./hello
to run it
- 0.1.0
- Project finalized and studying the possibility of adding new resources
- The first suitable launch
- 0.0.1
- Work in progress
Gabriel de Jesus β My portfolio β devgabrieldejesus@gmail.com
Distributed under the MIT License. See LICENSE for more information.
https://github.com/gabrieldejesus/hello.c
- Make the fork of the project (https://github.com/gabrieldejesus/hello.c/fork)
- Create a branch for your modification (
git checkout -b my-new-resource
) - Do commit (
git commit -am 'Adding a new resource ...'
) - Push (
git push origin my-new-feature
) - Create a new Pull Request
After your pull request is merged, you can safely delete your branch.