Last active
January 31, 2017 20:18
-
-
Save ptrelford/9151b76f640fd24a8113e36f40a5de9f to your computer and use it in GitHub Desktop.
This file contains 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
using System; | |
using System.Xml; | |
class MainClass : Variables | |
{ | |
public static void Main(string[] args) | |
{ | |
new MainClass().StaticIsEvilForSure(); | |
} | |
void StaticIsEvilForSure() | |
{ | |
for (i = 0; i < 10; i++) | |
{ | |
s = "Hello World!"; | |
Console.WriteLine(s); | |
} | |
} | |
} | |
public class Variables | |
{ | |
public int i, index; | |
public string s, text; | |
public XmlDocument doc; | |
public XmlNode node; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment