Advertisement
KuoHsiangYu

JavaHelloWorld

Aug 21st, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. // Java程式
  2. package com.sample;
  3.  
  4. public class HelloWorld {
  5.  
  6.     public static void main(String[] args) {
  7.         System.out.println("Hello world.");
  8.     }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement