Alan
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Created flagged shebang line in single source java file
AnsweredI have the following code in file named 'howdy'. #! /usr/lib/jvm/adoptopenjdk-11-openj9-amd64/bin/java --source 11 public class Main { public static void main(String[] args) {System.out.println("Ho...