Skip to content

Instantly share code, notes, and snippets.

@banada
banada / gist:7009418
Created October 16, 2013 15:19
ApplicationResources.groovy
modules = {
application {
resource url:'js/application.js'
}
bootstrap {
dependsOn 'jquery'
resource url: 'js/bootstrap.js'
resource url: 'less/bootstrap.less',attrs:[rel: "stylesheet/less", type:'css']
}
/* 2A2B -- a game of dumb luck
*
* Authors: Nathaniel Chen
* Copyright Nathaniel Chen 2013
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>