mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-10-30 16:30:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			58 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			58 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| library pocketpy;
 | |
| 
 | |
| void test(){
 | |
|   print("Hello World!");
 | |
| } |