All Projects → devstrons → heloworld.xyz

devstrons / heloworld.xyz

Licence: MIT License
A collection of hello world snippets in multiple programming languages.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to heloworld.xyz

community
Code powering the Vanilla Forums open source community.
Stars: ✭ 14 (-17.65%)
Mutual labels:  community
sherlock
🔎 Find usernames across social networks.
Stars: ✭ 47 (+176.47%)
Mutual labels:  websites
community
Community documentation and announcements for Boson Protocol
Stars: ✭ 12 (-29.41%)
Mutual labels:  community
Mentro-Community-Blog
A blogging website for the mentrozens community with topics focused on Web development and Open Source.
Stars: ✭ 26 (+52.94%)
Mutual labels:  community
bolt
A Discord guild moderation bot for managing large servers, based on Nostrum.
Stars: ✭ 29 (+70.59%)
Mutual labels:  community
meetup
For organizing the design systems meetup in NYC.
Stars: ✭ 23 (+35.29%)
Mutual labels:  community
usrse.github.io
US RSE umbrella web page
Stars: ✭ 18 (+5.88%)
Mutual labels:  community
common-lispers.hexstreamsoft.com
Discover Common Lisp open-source contributors and their best contributions! Add yourself!
Stars: ✭ 14 (-17.65%)
Mutual labels:  community
WeChat
区块链技术指北(ChainONE)社区微信群价值信息汇总。
Stars: ✭ 67 (+294.12%)
Mutual labels:  community
jsheroes.io
The official JSHeroes website
Stars: ✭ 35 (+105.88%)
Mutual labels:  community
qosf.org
Web portal of Quantum Open Source Foundation
Stars: ✭ 103 (+505.88%)
Mutual labels:  community
forest-software
A curated list of projects developed using the Forest quantum programming environment.
Stars: ✭ 39 (+129.41%)
Mutual labels:  community
itsallwidgets podcast
it's all widget podcast
Stars: ✭ 28 (+64.71%)
Mutual labels:  community
hen
Haskell bindings to Xen hypervisor interface
Stars: ✭ 17 (+0%)
Mutual labels:  community
Meta
Discussions around the processes and coordination of the Bitcoin Design Community
Stars: ✭ 120 (+605.88%)
Mutual labels:  community
awesome-contributing
Awesome contributing guides for open source development.
Stars: ✭ 96 (+464.71%)
Mutual labels:  community
xiv-resources
A list of websites and tools for FFXIV.
Stars: ✭ 117 (+588.24%)
Mutual labels:  websites
orca
Build modern community apps with React and Node.
Stars: ✭ 1,087 (+6294.12%)
Mutual labels:  community
dillo
Free and open web platform created to support crowd-driven content.
Stars: ✭ 62 (+264.71%)
Mutual labels:  community
community-content
Hetzner Online Community Project
Stars: ✭ 149 (+776.47%)
Mutual labels:  community

hello world

A collection of hello world snippets in multiple programming languages.


⚡️ Contribution Guidelines

  1. Create a markdown file in the lang folder with the name of the language you want to add (e.g.: java.md).
  2. Start with the below template and fill the appropriate fields with the required information.
---
lang: Java
syntax: java
title: Java is a statically typed JVM based programming language.
author: devstrons
---

```java
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!"); 
    }
}
```

## What is Java?
## Why to use Java?
## Setting up Java development environment
## Popular Java IDEs/Editors
## Some cool projects in Java
## Conclusion
  1. Submit a pull request with the title Adding [language] language
  2. That's it! Now your pull request will be merged as soon as possible.

Note: For a faster and easier process, you can use the Gitpod Ready-to-Code service and run all the commands there.
Gitpod will automatically run npm install for you. After that, you can run all the commands you want.

🛠 Building

  • npm install — Installs all dependencies.
  • npm run clean — Cleans the generated artifacts by Vite.
  • npm run dev — Starts the development server and Vite at the same time.
  • npm run build — Deletes existing build files & freshly bundles JavaScript code.
  • npm run preview — Previews the production bundles and uses production API.
  • npm run lint — Lints and formats both frontend and API code.

📰 License

The heloworld.xyz project is released under the MIT license.
Developed & maintained by the DEVSTRONS' Community. Copyright 2021 © DEVSTRONS.


YouTube @devstrons  ·  Instagram @devstrons  ·  Discord DEVSTR😊NS'  ·  Twitter @devstrons

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].