Skip to content

Instantly share code, notes, and snippets.

@solisoft
Created September 25, 2013 20:46
Show Gist options
  • Save solisoft/6705799 to your computer and use it in GitHub Desktop.
Save solisoft/6705799 to your computer and use it in GitHub Desktop.
#pragma link "Cello"
#include "gwan.h" // G-WAN API
#include "Cello.h"
int main(int argc, char *argv[])
{
var int_item = $(Int, 5);
xbuf_xcat(get_reply(argv), "Hello World %d", as_long(int_item));
return 200; // HTTP status (200:'OK')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment