Skip to content

Commit

Permalink
Add HelloWorld in Batch
Browse files Browse the repository at this point in the history
  • Loading branch information
drebrez committed Oct 3, 2018
1 parent a9acfff commit dfe4661
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HelloWorld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

echo Hello World
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ This repository should eventually contain the famous "Hello World" program in al

BASIC is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use. In 1964, John G. Kemeny and Thomas E. Kurtz designed the original BASIC language at Dartmouth College. They wanted to enable students in fields other than science and mathematics to use computers.

- [x] **Batch**

A batch file is a kind of script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file.

- [x] **Brainfuck**

- [x] **C**
Expand Down

0 comments on commit dfe4661

Please sign in to comment.