mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 10:37:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			132 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			132 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <iostream>
 | |
| #include <string>
 | |
| 
 | |
| int main()
 | |
| {
 | |
|   std::string str = "Try to compile";
 | |
|   std::cout << str << '\n';
 | |
|   return 0;
 | |
| }
 | 
