Julie Hosch
Julie Hosch (born December 7, 1939) was an American farmer and politician.
Born in Manchester, Iowa, Hosch went to Kirkwood and Northeast Iowa Community Colleges. Hosch was a farmer and cattle dealer in Cascade, Iowa. From 2003 to 2005, Hosch served in the Iowa State Senate and was a Republican.[1][2]
Notes
gollark: https://github.com/osmarks/autobotrobot
gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.