Skip to content
Snippets Groups Projects
Commit 996ba667 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

add missing compile-win.cpp

parent f51be481
Branches
No related tags found
No related merge requests found
#include "compile.h"
#include <filesystem>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <stdexcept>
#include "log.h"
using namespace eis;
int eis::compile_code(const std::string& code, const std::string& outputName)
{
return -1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment