Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- public class Program {
- public static int Main() {
- Console.WriteLine("Hello, World!");
- return 0;
- }
- public string Greet(string arg) {
- return "Hello, " + arg;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement