Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. import java.util.*;
  2.  
  3. public class Program {
  4.    public static void main(String[] args) {
  5.       System.out.println("Hello, world!");
  6.    }
  7.  
  8.    public static  void foo() {
  9.       System.out.println("Goodbye!");
  10.    }
  11. }
Add Comment
Please, Sign In to add comment