Skip to content

Instantly share code, notes, and snippets.

@nahtnam
Created April 23, 2019 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahtnam/21a68f7266dd03dfd430304b7d8c4734 to your computer and use it in GitHub Desktop.
Save nahtnam/21a68f7266dd03dfd430304b7d8c4734 to your computer and use it in GitHub Desktop.
title subtitle date
hello world
hello world in all of my favorite languages!
April 22, 2019

Hello world! Welcome to my blog. I'm working on writing up new posts and will try to get them out as soon as possible, but in the meantime, here is hello world in my favorite languages.

Node.js / JavaScript‌

console.log('hello world');

Ruby

puts("Hello, World!")

Elixir

IO.puts("Hello, World!")

PHP

<?php
  echo("Hello, World!");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment