mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:22:43 +00:00 
			
		
		
		
	 ca42da23c2
			
		
	
	
		ca42da23c2
		
	
	
	
	
		
			
			We can now use ENABLE_JAKT to pull jakt as a host tool and use it to pre-process .jakt files into .cpp files for use in serenity applications
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| function main() {
 | |
|     println("Hello, World, from jakt!");
 | |
| }
 |