12 lines
		
	
	
		
			400 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			400 B
		
	
	
	
		
			C#
		
	
	
	
	
	
global using System;
 | 
						|
global using System.Collections.Concurrent;
 | 
						|
global using System.Collections.Generic;
 | 
						|
global using System.Collections.Immutable;
 | 
						|
global using System.Diagnostics.CodeAnalysis;
 | 
						|
global using System.IO;
 | 
						|
global using System.Linq;
 | 
						|
global using System.Text.Json;
 | 
						|
global using System.Text.Json.Serialization;
 | 
						|
global using System.Threading;
 | 
						|
global using System.Threading.Tasks;
 |