mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| void func() {
 | |
|   int radius = 2;
 | |
|   double circleArea = 3.1415926535 * radius * radius;
 | |
| }
 | 
