mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
11 lines
157 B
JavaScript
11 lines
157 B
JavaScript
(function(){
|
|
try {
|
|
allHellBreaksLoose();
|
|
catsAndDogsLivingTogether();
|
|
} catch (error) {
|
|
print(error);
|
|
} finally {
|
|
cleanUp();
|
|
}
|
|
})();
|