Skip to content
Permalink
4573dd84b7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (15 sloc) 403 Bytes
// Test code for editor
#include "ECEditor.h"
#include <iostream>
#include <string>
using namespace std;
int myCounter = 0;
int main(int argc, char *argv[])
{
ECEditor edit;
// ECDocument text;
// ECEditor &edit = text.GetCtrl();
// cout << "EditorTest view of document length: " << to_string(text.GetDocLen()) << endl;
// exit(1);
return 0;
}