Skip to content

Commit

Permalink
Merge branch 'main' into Updated-README.md-(all-Program-in-Alphabetic…
Browse files Browse the repository at this point in the history
…-order
  • Loading branch information
agnilondapakou authored Oct 28, 2024
2 parents 188a814 + 62d1744 commit c06ac53
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 89 deletions.
185 changes: 96 additions & 89 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,95 +20,102 @@ For those who like a challenge and want to make larger contributions, you can cr
2. [ALGOL 68](source/basic/helloworld.a68) - [ALGOL 68 Genie](https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html)
3. [Applescript](source/basic/helloworld.scpt) - [Applescript-lang](https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html)
4. [Assembly](source/basic/helloworld.asm) - [Assembly Language](https://en.wikipedia.org/wiki/Assembly_language)
5. [Azle](source/basic/helloworld_azle.ts) - [Demergent Labs](https://demergent-labs.github.io/azle/)
6. [BASIC](source/basic/helloworld.bas) - [Classic BASIC](https://www.vintage-basic.net/)
7. [Bash](source/basic/helloworld.sh) - [GNU Bash](https://www.gnu.org/software/bash/)
8. [Bhailang](source/HelloWorld.bhai) - [Bhailang.js.org](https://bhailang.js.org)
9. [Bicep](source/basic/hello.bicep) - [Bicep Language](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview)
10. [Brainfuck](source/basic/helloworld.bf) - [Brainfuck.org](https://brainfuck.org/)
11. [C](source/basic/helloworld.c) - [GNU C Manual](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html)
12. [C++](source/basic/helloworld.cpp) - [isocpp.org](https://isocpp.org/)
13. [C#](source/basic/helloworld.cs) - [Microsoft C#](https://dotnet.microsoft.com/en-us/languages/csharp)
14. [Carbon](source/basic/HelloWorld.carbon) - [Carbon](https://docs.carbon-lang.dev/)
15. [Cairo](source/basic/helloworld.cairo) - [Cairo-lang.org](https://www.cairo-lang.org/)
16. [Chapel](source/basic/helloworld.chpl) - [Chapel-lang.org](https://chapel-lang.org/)
17. [Clojure](source/basic/hello_world.clj) - [Clojure.org](https://clojure.org/)
18. [CLIPS](source/basic/helloworld.clp) - [CLIPS Rule Language](https://www.clipsrules.net/)
19. [COBOL](source/basic/helloworld.cob) - [IBM COBOL](https://www.ibm.com/docs/en/cobol-zos)
20. [COOL](source/basic/helloworld.cl) - [Classroom Object-Oriented Language](https://theory.stanford.edu/~aiken/software/cool/cool.html)
21. [Crystal](source/basic/HelloWorld.cr) - [CrystalKnows.com](https://www.crystalknows.com/)
22. [D](source/basic/helloworld.d) - [D-lang.org](https://www.dlang.org/)
23. [Dart](source/basic/helloworld.dart) - [Dart.dev](https://dart.dev/)
24. [Daytona](source/basic/daytona.io) - [Daytona.io](https://daytona.io/)
25. [Dylan](source/basic/helloWorld.dylan) - [OpenDylan.org](https://opendylan.org/)
26. [Eiffel](source/basic/helloworld.e) - [Eiffel.org](https://www.eiffel.org/)
27. [Elixir](source/basic/hello_world.exs) - [Elixir-lang.org](https://elixir-lang.org/)
28. [Elm](source/basic/helloworld.elm) - [Guide.elm-lang.org](https://guide.elm-lang.org/)
29. [Erlang](source/basic/helloworld.erl) - [Erlang.org](https://www.erlang.org/)
30. [Factor](source/basic/helloworld.factor) - [Factorcode.org](https://factorcode.org/)
31. [Falcon](source/basic/heloworld.fcn) - [Falcon-lang.org](http://www.falconpl.org/)
32. [F#](source/basic/helloworld.fs) - [Fsharp.org](https://fsharp.org/)
33. [Fortran](source/basic/hello.f90) - [Fortran-lang.org](https://fortran-lang.org/)
34. [Futhark](source/basic/helloworld.fut) - [Futhark-lang.org](https://futhark-lang.org/)
35. [GDScript](source/basic/helloworld.gd) - [Godot Engine](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html)
36. [Go](source/basic/helloworld.go) - [Go.dev](https://go.dev/)
37. [Groovy](source/basic/helloworld.groovy) - [Groovy-lang.org](https://groovy-lang.org/)
38. [Haskell](source/basic/helloworld.hs) - [Haskell.org](https://www.haskell.org/)
39. [Haxe](source/basic/hello.hx) - [Haxe.org](https://haxe.org/)
40. [HolyC](source/basic/HelloWorld.HC) - [HolyC.com](https://holyc-lang.com)
41. [HTML](source/basic/helloworld.html) - [HTML Specification](https://html.spec.whatwg.org/)
42. [Icon](source/basic/hello_world.icn) - [Icon.cs.arizona.edu](https://www2.cs.arizona.edu/icon/)
43. [Idris](source/basic/hello.idr) - [Idris-lang.org](https://www.idris-lang.org/)
44. [INTERCAL](source/basic/helloworld.i) - [INTERCAL](https://www.tutorialspoint.com/intercal/)
45. [J](source/basic/hello_world.j) - [Jsoftware.com](https://www.jsoftware.com/#/)
46. [Janet](source/basic/hello.janet) - [Janet-lang](https://janet-lang.org/docs/index.html)
47. [Java](source/basic/helloworld.java) - [Oracle Java](https://www.oracle.com/java/)
48. [Javascript](source/basic/helloWorld.js) - [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
49. [Julia](source/basic/hello.jl) - [JuliaLang.org](https://julialang.org)
50. [K](source/basic/helloworld.k) - [Kx.com](https://kx.com/)
51. [Kotlin](source/basic/hello.kt) - [Kotlinlang.org](https://kotlinlang.org/)
52. [Lisk](source/basic/helloworld-lisk.js) - [Docs.lisk.com](https://docs.lisk.com/)
53. [Logo](source/basic/helloworld.logo) - [UCBLogo](https://people.eecs.berkeley.edu/~bh/logo.html)
54. [Lua](source/basic/helloworld.lua) - [Lua.org](https://www.lua.org/)
55. [MATLAB](source/basic/helloworld.m) - [MathWorks](https://www.mathworks.com/products/matlab.html)
56. [Mercury](source/basic/helloworld.m) - [Mercurylang.org](https://mercurylang.org/)
57. [Miranda](source/basic/helloworld.m) - [Miranda](https://miranda.org.uk/)
58. [Modula-2](source/basic/helloworld.mod) - [Modula-2.info](https://www.modula2.org/)
59. [Motoko](source/basic/helloworld.mo) - [Internet Computer](https://internetcomputer.org/docs/current/motoko/main/getting-started/motoko-introduction)
60. [Nim](source/basic/helloWorld.nim) - [Nim-lang.org](https://nim-lang.org/)
61. [Objective-C](source/basic/helloworld.m) - [Objective-C Apple Documentation](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)
62. [OCaml](source/basic/hrishikesh.ml) - [OCaml.org](https://ocaml.org/)
63. [Occam](source/basic/helloworld.occ) - [Occam Tutorial](https://www.cs.kent.ac.uk/projects/ofa/kroc/)
64. [Pascal](source/basic/helloworld.pas) - [FreePascal.org](https://www.freepascal.org/)
65. [Perl](source/basic/helloworld.pl) - [Perl.org](https://www.perl.org/)
66. [PHP](source/basic/helloworld.php) - [PHP.net](https://www.php.net/)
67. [Pike](source/basic/hello_world.pike) - [Pike.lysator.liu.se](https://pike.lysator.liu.se/)
68. [Plug](source/basic/helloworld.plug) - [PlugLanguage.org](https://pluglanguage.org)
69. [PostScript](source/basic/helloworld.ps) - [PostScript](https://www.adobe.com/products/postscript.html)
70. [PowerShell](source/basic/helloworld.ps1) - [Microsoft PowerShell](https://learn.microsoft.com/en-us/powershell/)
71. [Prolog](source/basic/helloWorld.pl) - [GNU Prolog](https://www.gprolog.org/)
72. [Python](source/basic/helloworld.py) - [Python.org](https://www.python.org/)
73. [Q](source/basic/helloWorld.q) - [Kx.com](https://kx.com/)
74. [R](source/basic/helloWorld.r) - [R-project.org](https://www.r-project.org/)
75. [Racket](source/basic/helloWorld.rkt) - [Racket-lang.org](https://racket-lang.org/)
76. [Ruby](source/basic/helloworld.rb) - [Ruby-lang.org](https://www.ruby-lang.org/en/)
77. [Rust](source/basic/helloworld.rs) - [Rust-lang.org](https://www.rust-lang.org/)
78. [Scala](source/basic/helloworld.scala) - [Scala-lang.org](https://www.scala-lang.org/)
79. [Scheme](source/basic/helloworld.scm) - [Scheme.org](https://www.scheme.org/)
80. [Smalltalk](source/basic/hello.st) - [Squeak.org](https://squeak.org/)
81. [SNOBOL](source/basic/helloworld.sno) - [SNOBOL4](https://www.regressive.org/snobol4/)
82. [Soroban](source/basic/hello_world.rs) - [Stellar Developers](https://developers.stellar.org/)
83. [SQL](source/basic/helloWorld.sql) - [ISO SQL](https://www.iso.org/standard/76583.html)
84. [Swift](source/basic/helloworld.swift) - [Swift.org](https://www.swift.org/)
85. [Tcl](source/basic/helloworld.tcl) - [Tcl.tk](https://www.tcl.tk/about/language.html)
86. [Turing](source/basic/helloworld.t) - [Turing-lang.io](https://turing-lang.io/)
87. [Typescript](source/basic/helloworld.ts) - [TypeScriptlang.org](https://www.typescriptlang.org/)
88. [V](source/basic/helloworld.v) - [V-lang.io](https://vlang.io/)
89. [Vala](source/basic/helloworld.vala) - [Vala-lang](https://vala.dev/)
90. [VisualBasic](source/basic/hello.vb) - [Microsoft Visual Basic](https://learn.microsoft.com/en-us/dotnet/visual-basic/)
91. [Wolfram](source/basic/helloworld.wl) - [Wolfram.com](https://www.wolfram.com/language/)
92. [Xamarin](source/basic/HelloWorld.xaml) - [Microsoft Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin)
93. [Zig](source/basic/helloworld.zig) - [Ziglang.org](https://ziglang.org/)
5. [AutoIt](source/basic/helloworld.au3) - [AutoIt](https://www.autoitscript.com/site/autoit/)
6. [Azle](source/basic/helloworld_azle.ts) - [Demergent Labs](https://demergent-labs.github.io/azle/)
7. [BASIC](source/basic/helloworld.bas) - [Classic BASIC](https://www.vintage-basic.net/)
8. [Bash](source/basic/helloworld.sh) - [GNU Bash](https://www.gnu.org/software/bash/)
9. [Bhailang](source/HelloWorld.bhai) - [Bhailang.js.org](https://bhailang.js.org)
10. [Bicep](source/basic/hello.bicep) - [Bicep Language](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview)
11. [Brainfuck](source/basic/helloworld.bf) - [Brainfuck.org](https://brainfuck.org/)
12. [C](source/basic/helloworld.c) - [GNU C Manual](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html)
13. [C++](source/basic/helloworld.cpp) - [isocpp.org](https://isocpp.org/)
14. [C#](source/basic/helloworld.cs) - [Microsoft C#](https://dotnet.microsoft.com/en-us/languages/csharp)
15. [Cangjie](source/basic/HelloWorld.cj) - [Cangjie-lang](https://learnxyz.in/cangjie-programming-language/)
16. [Carbon](source/basic/HelloWorld.carbon) - [Carbon](https://docs.carbon-lang.dev/)
17. [Cairo](source/basic/helloworld.cairo) - [Cairo-lang.org](https://www.cairo-lang.org/)
18. [Chapel](source/basic/helloworld.chpl) - [Chapel-lang.org](https://chapel-lang.org/)
19. [Clojure](source/basic/hello_world.clj) - [Clojure.org](https://clojure.org/)
20. [CLIPS](source/basic/helloworld.clp) - [CLIPS Rule Language](https://www.clipsrules.net/)
21. [COBOL](source/basic/helloworld.cob) - [IBM COBOL](https://www.ibm.com/docs/en/cobol-zos)
22. [COOL](source/basic/helloworld.cl) - [Classroom Object-Oriented Language](https://theory.stanford.edu/~aiken/software/cool/cool.html)
23. [Crystal](source/basic/HelloWorld.cr) - [CrystalKnows.com](https://www.crystalknows.com/)
24. [D](source/basic/helloworld.d) - [D-lang.org](https://www.dlang.org/)
25. [Dart](source/basic/helloworld.dart) - [Dart.dev](https://dart.dev/)
26. [Daytona](source/basic/daytona.io) - [Daytona.io](https://daytona.io/)
27. [Dylan](source/basic/helloWorld.dylan) - [OpenDylan.org](https://opendylan.org/)
28. [Eiffel](source/basic/helloworld.e) - [Eiffel.org](https://www.eiffel.org/)
29. [Elixir](source/basic/hello_world.exs) - [Elixir-lang.org](https://elixir-lang.org/)
30. [Elm](source/basic/helloworld.elm) - [Guide.elm-lang.org](https://guide.elm-lang.org/)
31. [Erlang](source/basic/helloworld.erl) - [Erlang.org](https://www.erlang.org/)
32. [Factor](source/basic/helloworld.factor) - [Factorcode.org](https://factorcode.org/)
33. [Falcon](source/basic/heloworld.fcn) - [Falcon-lang.org](http://www.falconpl.org/)
34. [F#](source/basic/helloworld.fs) - [Fsharp.org](https://fsharp.org/)
35. [Fortran](source/basic/hello.f90) - [Fortran-lang.org](https://fortran-lang.org/)
36. [Futhark](source/basic/helloworld.fut) - [Futhark-lang.org](https://futhark-lang.org/)
37. [GDScript](source/basic/helloworld.gd) - [Godot Engine](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html)
38. [Go](source/basic/helloworld.go) - [Go.dev](https://go.dev/)
39. [Groovy](source/basic/helloworld.groovy) - [Groovy-lang.org](https://groovy-lang.org/)
40. [Haskell](source/basic/helloworld.hs) - [Haskell.org](https://www.haskell.org/)
41. [Haxe](source/basic/hello.hx) - [Haxe.org](https://haxe.org/)
42. [HolyC](source/basic/HelloWorld.HC) - [HolyC.com](https://holyc-lang.com)
43. [HTML](source/basic/helloworld.html) - [HTML Specification](https://html.spec.whatwg.org/)
44. [Icon](source/basic/hello_world.icn) - [Icon.cs.arizona.edu](https://www2.cs.arizona.edu/icon/)
45. [Idris](source/basic/hello.idr) - [Idris-lang.org](https://www.idris-lang.org/)
46. [INTERCAL](source/basic/helloworld.i) - [INTERCAL](https://www.tutorialspoint.com/intercal/)
47. [J](source/basic/hello_world.j) - [Jsoftware.com](https://www.jsoftware.com/#/)
48. [Janet](source/basic/hello.janet) - [Janet-lang](https://janet-lang.org/docs/index.html)
49. [Java](source/basic/helloworld.java) - [Oracle Java](https://www.oracle.com/java/)
50. [Javascript](source/basic/helloWorld.js) - [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
51. [Julia](source/basic/hello.jl) - [JuliaLang.org](https://julialang.org)
52. [K](source/basic/helloworld.k) - [Kx.com](https://kx.com/)
53. [Kotlin](source/basic/hello.kt) - [Kotlinlang.org](https://kotlinlang.org/)
54. [Lisk](source/basic/helloworld-lisk.js) - [Docs.lisk.com](https://docs.lisk.com/)
55. [Logo](source/basic/helloworld.logo) - [UCBLogo](https://people.eecs.berkeley.edu/~bh/logo.html)
56. [Lua](source/basic/helloworld.lua) - [Lua.org](https://www.lua.org/)
57. [MATLAB](source/basic/helloworld.m) - [MathWorks](https://www.mathworks.com/products/matlab.html)
58. [Mercury](source/basic/helloworld.m) - [Mercurylang.org](https://mercurylang.org/)
59. [Miranda](source/basic/helloworld.m) - [Miranda](https://miranda.org.uk/)
60. [Modula-2](source/basic/helloworld.mod) - [Modula-2.info](https://www.modula2.org/)
61. [Motoko](source/basic/helloworld.mo) - [Internet Computer](https://internetcomputer.org/docs/current/motoko/main/getting-started/motoko-introduction)
62. [Nim](source/basic/helloWorld.nim) - [Nim-lang.org](https://nim-lang.org/)
63. [Objective-C](source/basic/helloworld.m) - [Objective-C Apple Documentation](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)
64. [OCaml](source/basic/hrishikesh.ml) - [OCaml.org](https://ocaml.org/)
65. [Occam](source/basic/helloworld.occ) - [Occam Tutorial](https://www.cs.kent.ac.uk/projects/ofa/kroc/)
66. [Pascal](source/basic/helloworld.pas) - [FreePascal.org](https://www.freepascal.org/)
67. [Perl](source/basic/helloworld.pl) - [Perl.org](https://www.perl.org/)
68. [PHP](source/basic/helloworld.php) - [PHP.net](https://www.php.net/)
69. [Pike](source/basic/hello_world.pike) - [Pike.lysator.liu.se](https://pike.lysator.liu.se/)
70. [Plug](source/basic/helloworld.plug) - [PlugLanguage.org](https://pluglanguage.org)
71. [Pony](source/basic/helloworld.pony) - [Pony](https://www.ponylang.io/)
72. [PostScript](source/basic/helloworld.ps) - [PostScript](https://www.adobe.com/products/postscript.html)
73. [PowerShell](source/basic/helloworld.ps1) - [Microsoft PowerShell](https://learn.microsoft.com/en-us/powershell/)
74. [Prolog](source/basic/helloWorld.pl) - [GNU Prolog](https://www.gprolog.org/)
75. [Pug](source/basic/Hello_world.pug) - [Pug-lang](https://pugjs.org/)
76. [Python](source/basic/helloworld.py) - [Python.org](https://www.python.org/)
77. [Q](source/basic/helloWorld.q) - [Kx.com](https://kx.com/)
78. [R](source/basic/helloWorld.r) - [R-project.org](https://www.r-project.org/)
79. [Racket](source/basic/helloWorld.rkt) - [Racket-lang.org](https://racket-lang.org/)
80. [Ruby](source/basic/helloworld.rb) - [Ruby-lang.org](https://www.ruby-lang.org/en/)
81. [Rust](source/basic/helloworld.rs) - [Rust-lang.org](https://www.rust-lang.org/)
82. [SAS](source/basic/helloworld.sas) -[SAS](https://www.sas.com/en_gb/training/courses/sas-programming.html)
83. [Scala](source/basic/helloworld.scala) - [Scala-lang.org](https://www.scala-lang.org/)
84. [Scheme](source/basic/helloworld.scm) - [Scheme.org](https://www.scheme.org/)
85. [Smalltalk](source/basic/hello.st) - [Squeak.org](https://squeak.org/)
86. [SNOBOL](source/basic/helloworld.sno) - [SNOBOL4](https://www.regressive.org/snobol4/)
87. [Soroban](source/basic/hello_world.rs) - [Stellar Developers](https://developers.stellar.org/)
88. [SQL](source/basic/helloWorld.sql) - [ISO SQL](https://www.iso.org/standard/76583.html)
89. [Swift](source/basic/helloworld.swift) - [Swift.org](https://www.swift.org/)
90. [Tcl](source/basic/helloworld.tcl) - [Tcl.tk](https://www.tcl.tk/about/language.html)
91. [Turing](source/basic/helloworld.t) - [Turing-lang.io](https://turing-lang.io/)
92. [Typescript](source/basic/helloworld.ts) - [TypeScriptlang.org](https://www.typescriptlang.org/)
93. [V](source/basic/helloworld.v) - [V-lang.io](https://vlang.io/)
94. [Vala](source/basic/helloworld.vala) - [Vala-lang](https://vala.dev/)
95. [VBScript](source/basic/helloworld.vbs) - [Microsoft VBScript](https://docs.microsoft.com/en-us/previous-versions//d1wf56tt(v=vs.85))
96. [VIM](source/basic/helloworld.vim) - [Vim-lang](https://www.vim.org/)
97. [VisualBasic](source/basic/hello.vb) - [Microsoft Visual Basic](https://learn.microsoft.com/en-us/dotnet/visual-basic/)
98. [Wolfram](source/basic/helloworld.wl) - [Wolfram.com](https://www.wolfram.com/language/)
99. [Xamarin](source/basic/HelloWorld.xaml) - [Microsoft Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin)
100. [Zig](source/basic/helloworld.zig) - [Ziglang.org](https://ziglang.org/)

## Table of Contents

Expand Down
1 change: 1 addition & 0 deletions source/basic/helloworld.au3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MsgBox(0, "Message", "Hello World")
1 change: 1 addition & 0 deletions source/basic/helloworld.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Write-Host 'Hello, World!'
3 changes: 3 additions & 0 deletions source/basic/helloworld.sas
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data _null_;
put "Hello, World!";
run;
Empty file added source/basic/helloworld.vbs
Empty file.

0 comments on commit c06ac53

Please sign in to comment.