Skip to content

Instantly share code, notes, and snippets.

View highwaycoder's full-sized avatar

Highwaycoder highwaycoder

  • England
  • 10:56 (UTC +01:00)
View GitHub Profile
class Foo
privateBar = "bar"
constructor: () ->
getPrivateBar = _.bind getPrivateBar, @
getPrivateBar = () ->
privateBar
#include <iostream>
#include <fstream>
#include <cstring>
#include <vector>
#include <string>
using namespace std;
int main(int argc, char* argv[]) {
if (argc != 2) {