mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
(function(){
|
|
var greeting = "Hello CoffeeScript";
|
|
var difficulty = 0.5;
|
|
})(); |