update inbox list
This commit is contained in:
16
vendor/scrivo/highlight.php/test/detect/cs/default.txt
vendored
Normal file
16
vendor/scrivo/highlight.php/test/detect/cs/default.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.IO.Compression;
|
||||
|
||||
#pragma warning disable 414, 3021
|
||||
|
||||
namespace MyApplication
|
||||
{
|
||||
[Obsolete("...")]
|
||||
class Program : IInterface
|
||||
{
|
||||
public static List<int> JustDoIt(int count)
|
||||
{
|
||||
Console.WriteLine($"Hello {Name}!");
|
||||
return new List<int>(new int[] { 1, 2, 3 })
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user