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