mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			98 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			98 B
		
	
	
	
		
			C++
		
	
	
	
	
	
 | 
						|
#include <iostream>
 | 
						|
using namespace std;
 | 
						|
 | 
						|
int main()
 | 
						|
{
 | 
						|
    std::cout << "Foo: " << FOO << "\n";
 | 
						|
} |