Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Commit

Permalink
feat: Add SQL (#88)
Browse files Browse the repository at this point in the history
* add sql language to repo

with reference to issue #1 added sql language for hello world.

* update to contribution list

Updated for the contribution as issue #54
  • Loading branch information
Shhzdmrz authored and Aiden01 committed Oct 20, 2018
1 parent 0a9ac30 commit a900728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Hello world in your favorite languages!
- LoicB (https://github.com/LoicB)
- willakong (https://github.com/willakong)
- dickyw71 (https://github.com/dickyw71)
- Shhzdmrz (https://github.com/shhzdmrz)
1 change: 1 addition & 0 deletions hello-world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT "Hello World";

0 comments on commit a900728

Please sign in to comment.