Skip to content

Instantly share code, notes, and snippets.

View highwaycoder's full-sized avatar

Highwaycoder highwaycoder

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