Results 1 comments of Nag

This is the config I tried for creating a hello world application in Java ``` java_binary( name = "main", main_class = "Main", deps = [":print"], ) java_library( name = "print",...