Skip to content

Shekhar ls #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions Awk/hello.awk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# awk -f awk.awk
BEGIN { print "Hello World" }
4 changes: 2 additions & 2 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can also request a new language to be added to the list, just make a PR with
- [x] ArnoldC
- [ ] As3
- [ ] Autoit
- [ ] Awk
- [x] Awk
- [ ] Basic
- [ ] Batch
- [x] Befungee
Expand Down Expand Up @@ -43,7 +43,7 @@ You can also request a new language to be added to the list, just make a PR with
- [x] Kotlin
- [x] Latex
- [x] Lisp
- [ ] Livescript
- [x] Livescript
- [ ] Logo
- [x] Lua
- [ ] Mathematica
Expand Down
1 change: 1 addition & 0 deletions Livescript/hello.ls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log "Hello, World!"