Created
October 20, 2017 06:51
-
-
Save steveod0701/049344c37a970126d7965e9ab58c6ae7 to your computer and use it in GitHub Desktop.
chocolate maker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int age = 32; | |
string name = "Waltimoor"; | |
public void sayAge() | |
{ | |
document.write("name" + "age"); | |
} | |
return something; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment