Echetla

Echetla was a town in ancient Sicily located between Carthaginian and Syracusan territory during the First Punic War.[1] In 263 BC The Roman consul Appius Claudius Caudex unsuccessfully laid siege to Echetla but was forced to withdraw to Messana after suffering many losses.[2]

Citations

  1. Polybius, The Histories, 1:15.10
  2. Diodorus Siculus, Biblioteca Historica, 23.3


gollark: If you do just need to make it do something for a bit, maybe just```cfor (int i = 0; i < 100000000; i++) {}```or something would work, though compilers are getting crafty and might optimize it.
gollark: Is there some reason you can't just use whatever language's equivalent of `sleep(1)` or something?
gollark: ```javascriptasync whateverParameters => { const summoner = await api.get('euw1', 'summoner.getBySummonerName', result) const data = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') await msg.reply("Found league info for " + args[0] + "\nName:" + result + "\nRank:"+ data.tier + " " + data.rank)}```or something.
gollark: Have you tried writing it with async/await syntax instead? That might make it clearer.
gollark: <@336962240848855040> You asked about a POWER ISA server: you actually can but it's very expensive. There's a company called Raptor Computing Systems or something which sells POWER9 CPUs and boards.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.