KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
HelloWorld
โ 28
Open GitHub โ
HacktoberFest - 2023 ๐
Download README (.md)
Explore Similar Repositories
AutoJoomer
:
AutoJoomer extension.
ReactToWeather
:
ReactToWeather is an open source project one can find the current weather of any city irrespective of the location. This project looks very simple but looking forward to unique features and capabilities to it .
HacktoberFest-2023
:
Contribute to the open source Hacktoberfest
Quiz
:
No description available.
DSA--Problem
:
hactoberfest 2023
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HelloWorld
?
Download (.md)
# Hello World ! <img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"> []() <img src="https://img.shields.io/github/license/payloadbox/xss-payload-list"> This repo is meant to contain <b>Hello World</b> programs in various programming languages and their installations (Mainly for Unix based systems). #### Procedure to add programs: Alternatively, - Clone to repo to your local machine: `git clone https://github.com/<username>/HelloWorld.git` (Before committing all files, check if all files are staged atleast. It can be checked using `git status`). - Make a new branch to make PR: `git checkout -b <branch_name>` - Add your programs in correct locations: `git add .`. (Adds all files here) - Add your programs in correct locations: `git add .` (Adds all files here) - Commit your changes: `git commit -m "Some_Random_Message"`. (Committed all files) - Finally, you just need to push all the changes by doing: `git push origin <branch_name>`.