Add 'universe/' from commit '8ad51b24dd'
				
					
				
			git-subtree-dir: universe git-subtree-mainline:15110e6de9git-subtree-split:8ad51b24dd
This commit is contained in:
		
						commit
						fb9380ba26
					
				
					 131 changed files with 13792 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								universe/java/Another.java
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								universe/java/Another.java
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
public class Another {
 | 
			
		||||
  public static String whatis() {
 | 
			
		||||
    return "Testing";
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										6
									
								
								universe/java/Main.java
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								universe/java/Main.java
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
public class Main {
 | 
			
		||||
  public static void main(String[] args) {
 | 
			
		||||
    System.out.println(System.getProperty("java.class.path"));
 | 
			
		||||
    System.out.println(Another.whatis());
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue