Skip to content

Add new file

KUNAL KUMAR requested to merge awesome-one into main

Summary by Bito

This pull request adds a new file called test.js to the project, containing a simple print statement and a method declaration.

Detailed Changes
  • Adds new file test.js with a System.out.println statement outputting 'Hell' and a public static method stub named run.
  • The code in test.js uses Java-style syntax and contains typos (e.g., 'coid' instead of 'void', 'Hell' likely intended as 'Hello'), which may indicate incomplete or erroneous implementation.
Edited by KUNAL KUMAR

Merge request reports