simblock
simblock copied to clipboard
Standard output and out.txt
I did not find out.txt in output folder ! how can I find it ??
I think terminal output can be stored as out.txt. I am not sure though!!
There are no out.txt on output folder only output.json file as a result.
Hello,I have get the answer,Out.txt file is not output to file int the dir of Output.when you input
Hello,I have get the answer,Out.txt file is not output to file int the dir of Output.when you input ,the content of out.txt will output to the command line.
I believe there is no "out.txt" file, only output.json file is created when you running this simulator. as you can see in main.java [https://github.com/vmardiansyah/simblock/blob/master/simulator/src/main/java/simblock/simulator/Main.java ]) The simulator will create the output.json file as an output information
If you use the Linux or MacOS, may use the "gradle :simulator:run > out.txt" to store the commandline output to the local file.