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