Skip to content

mex.cpp

Dmitry Ponyatov edited this page Aug 13, 2019 · 1 revision
#include "mex.hpp"

int main(int argc, char *argv[]) {
	cout << argv[0] << endl;
}
Clone this wiki locally