Skip to content

Instantly share code, notes, and snippets.

@RickyLin
Last active March 27, 2023 03:24
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 RickyLin/12b95371c07345b3171cc540e53081fe to your computer and use it in GitHub Desktop.
Save RickyLin/12b95371c07345b3171cc540e53081fe to your computer and use it in GitHub Desktop.
SimpleProgramForTryDotNet
using System;
using System.Linq;
namespace SampleTest
{
public class Program
{
public static void Main()
{
}
}
}
@RickyLin
Copy link
Author

RickyLin commented Mar 27, 2023

This is my template program for https://try.dot.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment