๐ Write "hello world" in your native language, code "hello world" in your favorite language! #hacktoberfest2022
This is a repository that can be considered "friendly" to first-time users of Git and Github, so feel free to open issues and help out each other.
In order to participate of Hacktoberfest 2022, you need to read the rules in this link and sign up until October 31, as well to have your pull request accepted in this repository.
๐ Explaining further the idea here, it is very simple:
- This project have a goal to celebrate the diversity and the culture all around the world, so more than to write just the basic "Hello, World" that every one of us do when we first start to code, I wish that people that speak other languages besides English can type this two simple words, greeting the World ๐ in your mother tongue. Let's begin!
- First, add your information to the
CONTRIBUTORS.md
file using the below convention:
### Name: [Your Name](GitHub Link)
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account username](GitHub link)
- Now, add a
hello_world_yourusername.xx
script to thescripts
directory in any programming language of your choice. Here is my example:
// Programming Language: JavaScript
// Native Language: Portuguese
// Author: Carolina Calixto
// Github: https:github.com/calixtocarolina
console.log('Olรก, Mundo!');
- Name the file
hello_world_yourusername.xx
, e.g,hello_world_calixtocarolina.js
orhello_world_calixtocarolina.kt
. - Don't forget to include your native language and feel free to include additional information about the programming language you choose in your comments! You can add useful links, tutorials, introduction to the language. Any tips are very welcomed.
- Be assured to be respectful and kind. Comments, issues or PRs that can be interpreted as rude or disrespectful to other people will be deleted/not accepted. Constructive critics are welcomed. Everybody can learn together, as long respect is the major value bonding us as a community.
Hello! My name is Carolina Calixto, a computer science student from Brazil. I like to discover new interests and engage to people to create a real connection through curiosity, friendship and passion for life. I'm working at a CyberSec company and I like to share my knowledge with others. If you want to support my content, consider giving a โญ in this repository and follow me in GitHub and other social media!
Here's some tutorials to help you in your journey through Hacktoberfest and how to make your first pull request, fork and other managements in GitHub: