mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			ActionScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			ActionScript
		
	
	
	
	
	
| // input: []
 | |
| // output: false
 | |
| 
 | |
| package {
 | |
| public class EqualsOperator {
 | |
|     public static function main():Boolean{
 | |
|         return 1 == 2;
 | |
|     }
 | |
| }
 | |
| }
 | 
