5 lines
124 B
Mathematica
5 lines
124 B
Mathematica
|
|
fid = fopen('output.txt','w'); fclose(fid);
|
||
|
|
fid = fopen('/output.txt','w'); fclose(fid);
|
||
|
|
mkdir('docs');
|
||
|
|
mkdir('/docs');
|