Welcome to LWT

Oct 16, 2019

Write your welcome story here.

Story

Sample code to show syntax highlighting in LWT.

Liquid template code

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('LWT')
#=> prints 'Hi, LWT' to STDOUT.

Triple tick mark code

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('LWT')
#=> prints 'Hi, LWT' to STDOUT.