#import "/globals.typ": * #figure(caption: [Highlights in codly])[ #codly(highlights: ( (line: 1, fill: blue, label: ), (line: 2, start: 3, end: 13, fill: red, label: ), )) ```java public static void main(String[] args) { System.out.println("Hello Cyberweek"); } ``` ]