compile			= "protocol.c"

host host0 {
    x=130, y=50
	address=0 
    link to host1 
}
host host1 {
    x=205, y=120
	address=1 
    link to host2 
}
host host2 {
    x=168, y=200
	address=2 
    link to host3 
}
host host3 {
    x=92, y=200
	address=3 
    link to host4 
}
host host4 {
    x=55, y=115
	address=4 
    link to host0 
}
