newridho / Halo-Dunia24

Hello World in multiple programming languages | Hacktoberfest repository
20 stars 136 forks source link

Add "Hello, World!" example in Dylan programming language #103

Closed aamishbinnaeem closed 1 week ago

aamishbinnaeem commented 1 week ago

This pull request introduces a simple "Hello, World!" program written in Dylan. The addition aims to expand the diversity of programming languages represented in the repository and provide a straightforward example for those interested in learning or exploring Dylan.

Code Overview:

File Added: hello-world.dylan Functionality: The program defines a hello function that displays "Hello, World!" when executed.

How to Run:

  1. Save the code to a file named hello.dylan.
  2. Use a Dylan compiler (e.g., Gwydion Dylan) to compile the program: dylan hello.dylan
  3. Run the compiled program: ./hello