Skip to content

Commit

Permalink
Modified README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
prekshajagetiya123 committed Oct 4, 2018
1 parent 17df7d2 commit 9fe2072
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ This repository should eventually contain the famous "Hello World" program in al
- [x] Autoit
- [x] C
- [x] C#
- [x] C++
- [x] **C++**

C++ is a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language.
The main highlight of C++ is a collection of predefined classes, which are data types that can be instantiated multiple times. The language also facilitates declaration of user-defined classes.


- [x] CoffeeScript
- [x] Crystal
- [x] D
Expand All @@ -43,11 +48,13 @@ This repository should eventually contain the famous "Hello World" program in al
- [x] Haskell
- [x] HTML
- [x] Java
- [x] Tcl

- [x] **JavaScript**

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language. It is a language which is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm. Alongside HTML and CSS, JavaScript is one of the three core technologies of the World Wide Web.


- [x] Julia
- [x] Kotlin
- [x] Lisp
Expand Down
Empty file added helloworld
Empty file.

0 comments on commit 9fe2072

Please sign in to comment.