load("//cobol:def.bzl", "cobol_binary") cobol_binary( name = "hello_world", srcs = [ "HELLO_WORLD.CBL", ], )