ソースを参照

Autoload module "base"

Jean Fromentin 8 年 前
コミット
b83c7608f6
1 ファイル変更1 行追加0 行削除
  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,"");