×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: mars tseng
Added: Jan 24, 2018 1:51 PM
Modified: Jan 24, 2018 1:52 PM
Views: 2709
Tags: mainclass
  1. public class ttt {
  2.    
  3.     public static void main (String[] args){
  4.        
  5.         System.out.println("hello");
  6.     }
  7.    
  8. }