mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			83 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			83 B
		
	
	
	
		
			C++
		
	
	
	
	
	
 | 
						|
#include <iostream>
 | 
						|
 | 
						|
int main()
 | 
						|
{
 | 
						|
    std::cout << "int foo;\n";
 | 
						|
    return 0;
 | 
						|
}
 | 
						|
 |