helloworld

Hello World in Multiple Languages Extravaganza: CMD

Hello world project extravaganza, the Windos command line version.

Synopsis

This repository contains a collection of “Hello World” command-line batch programs; from the simplest “Hello World” batch program to a “Hello World” more complex. This is part of a fun and educational project that showcases how to print “Hello World” in different programming languages. The goal is to have a “Hello World” program in every programming language. This project is inspired by the GitHub Hello World project and you can found it in Hello World Extravaganza website.

check out the code

To get started, clone this repository to your local machine:

git clone https://github.com/silviotorre/helloworld.git

Getting Started

To run the “Hello World” program navigate to the project directory and run the program. Follow the instructions below to run the “Hello World” command-line batch program. Some info: A command-line batch program, commonly referred to as a batch file, is a file containing a series of commands that are executed by the Windows command prompt. Batch files have a .bat file extension. Batch files are useful for running a sequence of executables automatically and are often used to automate repetitive processes as system admin tasks. Batch files can also be used to create a simple command-line interface for a program or script.

HelloWorld

An advanced “Hello World” command-line batch program

Windows command line character by character, you can use a loop to iterate through each character of the message and print them one by one. .

HelloWorld2

Running with a test

test

tasks

Extra Credit

Contributing

Feel free to contribute your own “Hello World” programs to this repository. Simply create a new directory with the name of the programming language and add a file named hello-world. with your implementation. Don't forget to update the README file to include your contribution!

Contributors

License

References

Home of this project

Enjoy and happy coding!