5 lines
196 B
CoffeeScript
5 lines
196 B
CoffeeScript
|
# Run this example by adding <%= javascript_pack_tag 'hello_coffee' %> to the head of your layout file,
|
||
|
# like app/views/layouts/application.html.erb.
|
||
|
|
||
|
console.log 'Hello world from coffeescript'
|