Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.13 KB | None | 0 0
  1. importa java.io.*;
  2.  
  3. public class Test{
  4.  
  5.    public static int main (args [] String ){
  6.      System.out.printf("hellow world");
  7.    }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement