Skip to content

Instantly share code, notes, and snippets.

@denisivan0v
denisivan0v / Program.cs
Last active May 16, 2018 10:11
CSharpCommentsRemover
using System;
using System.IO;
namespace CSharpCommentsRemover
{
public static class Program
{
private static void Main(string[] args)
{
var filepath = args.Length > 0 ? args[0] : "Test.cs.txt";
using System;
namespace FilenameMatch
{
internal class Program
{
private static int _testCount = 0;
private static void Main(string[] args)
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace InteractiveProgressBar
{
internal static class Program
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace ConsoleApp1
{
public static class Program
{
private static readonly SemaphoreSlim[] Forks =
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace IteratorTests
{
public static class Program
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace IteratorTests
{
public static class Program
{
public static void Main()