Skip to content

Commit

Permalink
Merge pull request #109 from Godatcode/hello_world.exs
Browse files Browse the repository at this point in the history
Added "Hello World" in Elixir Language
  • Loading branch information
abhisek247767 authored Oct 22, 2024
2 parents d8ecde6 + c6cc733 commit 987c2ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hello_world.exs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Elixir Hello World
IO.puts "Hello, World!" # 'IO.puts' is a function that prints the given string to the standard output (console).
IO.puts "Hello, World!" # Print "Hello, World!" to console

0 comments on commit 987c2ed

Please sign in to comment.