File: main.cpp

package info (click to toggle)
docopt.cpp 0.6.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: cpp: 1,502; python: 57; sh: 20; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  main.cpp
//  docopt
//
//  Created by Jared Grubb on 2013-10-03.
//  Copyright (c) 2013 Jared Grubb. All rights reserved.
//

#include "docopt.h"

int main(int argc, const char * argv[])
{
	
	return 0;
}