Support Java snippet for main function
Should output: `public static void main(String[] args)`. More of these Java snippets to come.
This commit is contained in:
		
							parent
							
								
									5144384bec
								
							
						
					
					
						commit
						d26abe7edb
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
# -*- mode: snippet -*-
 | 
			
		||||
# name: public static void main
 | 
			
		||||
# key: psvm
 | 
			
		||||
# --
 | 
			
		||||
public static void main(String[] args) {
 | 
			
		||||
    $1
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue