MainTest.groovy 186 B

12345678910111213
  1. package com.gradle.test;
  2. /**
  3. * Created by Glen on 2017/2/7.
  4. */
  5. public class MainTest {
  6. public static void main(String[] args) {
  7. System.out.printf('hello world')
  8. }
  9. }