mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
| (use build/testmod)
 | |
| (use build/testmod2)
 | |
| 
 | |
| (defn main [&]
 | |
|   (print "Hello from executable!")
 | |
|   (print (+ (get5) (get6))))
 | 
