Explorar el Código

Autoload module "base"

Jean Fromentin hace 8 años
padre
commit
b83c7608f6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      main.cpp

+ 1 - 0
main.cpp

@@ -48,6 +48,7 @@ int main(){
   completion_interpreter=&interpreter;
   try{
     init_kernel(context,interpreter);
+    context.load_module("base");
   }
   catch(Error err){
     err.disp(cout,"");