Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
csharp_challenge_text_analyze [2020/05/30 13:34] – andonovj | csharp_challenge_text_analyze [2020/05/30 15:13] (current) – [Async] andonovj | ||
---|---|---|---|
Line 3: | Line 3: | ||
< | < | ||
- | Challenge | ||
Your challenge, should you choose to accept it, is to write a program that meets the requirements listed below. Feel free to implement the program in the language of your choice (Go, Ruby, or Python are preferred if you're choosing between languages). | Your challenge, should you choose to accept it, is to write a program that meets the requirements listed below. Feel free to implement the program in the language of your choice (Go, Ruby, or Python are preferred if you're choosing between languages). | ||
Line 134: | Line 133: | ||
{ | { | ||
public static ConcurrentDictionary< | public static ConcurrentDictionary< | ||
- | public static Object myObjecLock = new object(); | ||
public static async Task Main(string[] args) | public static async Task Main(string[] args) | ||
{ | { |