Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678 | CFLAGS='-I.. -std=c++11 -g -O0'
g++ $CFLAGS testConfiguration.cpp ../CodeDweller/configuration.cpp -o testConfiguration
if [ $? -ne 0 ]
then
  exit -1
fi
./testConfiguration
 |