mrvivacious / my-hello-world

Hacktoberfest First Project

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest First Project

You can use this repo so as to create your first PR for hacktoberfest.

Guidelines

  • Create a folder with your username
  • Add a hello world program in a language of your choice. Think of some creative way to print it.

Getting Started

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/your-username/my-hello-world.git
  • Create a new branch
git checkout -b my-new-branch
  • Create a new folder with your username
  • Add your helloworld file in that folder. (Think of some creative way to print helloworld)
  • Commit and push
git add .
git commit -m 'Hello World in my language'
git push origin my-new-branch
  • Create a new pull request from your forked repository
  • Your PR gets merged! 🎃
  • Now you can help others do the same.

About

Hacktoberfest First Project

https://hacktoberfest.digitalocean.com

License:Apache License 2.0


Languages

Language:Shell 20.1%Language:Java 19.4%Language:JavaScript 11.5%Language:C 8.5%Language:PHP 7.7%Language:Python 7.4%Language:C++ 5.7%Language:Go 5.4%Language:Haskell 3.7%Language:C# 2.7%Language:HTML 2.6%Language:Clojure 1.9%Language:Kotlin 1.2%Language:Ruby 0.8%Language:CoffeeScript 0.6%Language:TypeScript 0.6%