Git Product home page Git Product logo

heloworld.xyz's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.