Skip to content

Instantly share code, notes, and snippets.

@liorksh
Last active May 2, 2018 17:07
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 liorksh/1dedf361a7ddbc3a7aa3a7440f4f5c85 to your computer and use it in GitHub Desktop.
Save liorksh/1dedf361a7ddbc3a7aa3a7440f4f5c85 to your computer and use it in GitHub Desktop.
public string TheTimePlease()
{
return "The time is: " + DateTime.Now.ToString("hh:mm:ss");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment