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

Create a Hello World Script #162

Open
AliceWonderland opened this issue Oct 8, 2017 · 24 comments · May be fixed by #4532
Open

Create a Hello World Script #162

AliceWonderland opened this issue Oct 8, 2017 · 24 comments · May be fixed by #4532

Comments

@AliceWonderland
Copy link
Owner

Add a script to the scripts directory in any language of your choice! Here is an example:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Alice Chuang
// GITHUB: https://github.com/AliceWonderland

console.log('Hello, World!');
AliceWonderland added a commit that referenced this issue Oct 9, 2017
Create a  Script #162 on ArnoldC language
AliceWonderland added a commit that referenced this issue Oct 18, 2017
@ghost ghost mentioned this issue Oct 20, 2017
Vic-ST pushed a commit that referenced this issue Oct 21, 2017
Create a `Hello World` Script #162: kernel hello world
gabitha pushed a commit to gabitha/hacktoberfest that referenced this issue Oct 24, 2017
@AshishG97
Copy link

I would like to contribute to it.

@akshat-kumar2109
Copy link

Created a PR for hello_world_akshat.java @AliceWonderland

@s-tampae
Copy link

I would like to contribute to this please.

@sachin8958
Copy link

// LANGUAGE: C++
// AUTHOR: Sachin8958
// GITHUB: https://github.com/sachin8958
#include

int main() {
std::cout << "Hello World!";
return 0;
}

@LazyMagician
Copy link

LazyMagician commented Oct 19, 2021

I would like to contribute to it @AliceWonderland as my first contribution to hacktoberfest 2021.

@sachin8958
Copy link

I would like to contribute to it sachin8958 as my first contribution to hacktoberfest 2021.

@Kinshuk2003
Copy link

i would like to contribute to it as my first contribution to the hacktoberfest 2022

@JotiradityaB
Copy link

JotiradityaB commented Oct 1, 2022

can i be assigned this issue?

// LANGUAGE: C#
// AUTHOR: Jotiraditya Banerjee
// GITHUB: https://github.com/JotiradityaB

namespace HelloWorld
{
class Hello {
static void Main(string[] args)
{
System.Console.WriteLine("Hello World!");
}
}
}

@Kinshuk2003
Copy link

yeah sure

@ShrutiSingh04503
Copy link

Hey, I'll love to work on this issue, Would appreciate it if you assign me.

@Fardeen77
Copy link

Hey, i would like to work on this issue, please assign me for this.

@ajaybara
Copy link

ajaybara commented Oct 8, 2022

i want to solve the issue
please assign me

@CodeRyliCode
Copy link

I would like to work on this issue. Would appreciate if you assign to me.

@Sourabh1404
Copy link

Can you assign me this issue? I would like to work on it.

@AnujaDixit12
Copy link

Hello sir, can you please assign me this issue . I would like to contribute.

@Gulnaz44
Copy link

Hello!
Please assign me this issues

@Vishwas1451
Copy link

Can u plz assign me this issue

@alipsa2000
Copy link

Create my_script.py

For example

LANGUAGE: Python

AUTHOR: Your Name

GITHUB: https://github.com/yourusername

print('Hello, World!')

ravindrakumar08696 added a commit to ravindrakumar08696/hacktoberfest that referenced this issue Oct 2, 2023
This is the feature for the issue AliceWonderland#162 .
I am done this for my first time in open source contribution so i picked this good first issues.
please merge my pull request.
@anshul-132002
Copy link

anshul-132002 commented Oct 4, 2023

Hey! , I want to contribute in this issue pls assign to me

prernasaxena3 added a commit to prernasaxena3/hacktoberfest that referenced this issue Oct 14, 2023
This will print Hello World using html language
btwsuraj added a commit to btwsuraj/hacktoberfest that referenced this issue Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.