mirror of
				https://github.com/KevinMidboe/testost.git
				synced 2025-10-29 18:00:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/bin/usr/python3
 | |
| 
 | |
| print('hello from python')
 | |
| print('bar')
 | |
| print('driiinks')
 |