Skip to content

Instantly share code, notes, and snippets.

@borisdamato
Created April 18, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borisdamato/d65486564a6ab9ce8c0bd85f306d4ccb to your computer and use it in GitHub Desktop.
Save borisdamato/d65486564a6ab9ce8c0bd85f306d4ccb to your computer and use it in GitHub Desktop.
/**
* Create a new message that specifies the city name and temperature
*/
private String createWeatherMessage() {
return "Welcome to San Francisco where the temperature is 77°F";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment