Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
810 stars 492 forks source link

Why use "indent" to output in examples? #76

Closed yuxincs closed 7 years ago

yuxincs commented 9 years ago

System.out.printf("%-15s %-15s", "Hello", "World"); printf could have done this better and easy to add new items to output.