GSD Questions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
428 B

6 years ago
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package gsdsolution;
  7. /**
  8. *
  9. * @author todten
  10. */
  11. public class GSDSolution {
  12. /**
  13. * @param args the command line arguments
  14. */
  15. public static void main(String[] args) {
  16. System.out.println("Hello GSD \n");
  17. }
  18. }