// Copyright 2015 Pants project contributors (see CONTRIBUTORS.md). // Licensed under the Apache License, Version 2.0 (see LICENSE). /** * ./pants compile testData/testprojects/intellij-integration/src/java/org/pantsbuild/testproject/simple:simple */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }