Skip to content
Snippets Groups Projects
Commit befbe550 authored by Jana Eltayeb El Rafei's avatar Jana Eltayeb El Rafei
Browse files

ajout_espace_dans_print

parent 87878b7b
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,9 @@ func (simu *Simulation) Print() {
for i := 0; i < 20; i++ {
fmt.Println(simu.env.station[i])
}
//fmt.Println("=================================================================================")
fmt.Println()
fmt.Println()
//time.Sleep(time.Second / 4) // 60 fps !
time.Sleep(500 * time.Millisecond) // 1 fps !
//fmt.Print("\033[H\033[2J") // effacement du terminal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment