Commit 31218eb1 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

Update NotCompilable.java

parent 48b1adb4
...@@ -2,5 +2,6 @@ package de.hftstuttgart.ip2; ...@@ -2,5 +2,6 @@ package de.hftstuttgart.ip2;
public class NotCompilable public class NotCompilable
{ {
int a = 5 public static void main(String[] args) {
int a = 5;
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment