This is the compilation error:
com/codegym/task/task02/task0210/Solution.java:9: error: package Sysem does not exist
Sysem.out.println("If you don't code well, Java will come and eat your memory");//write your code here
I have used semicolon, all comas and parentheses etc. Please check it out
package com.codegym.task.task02.task0210;
/*
Subjective reality
*/
public class Solution {
public static void main(String[] args) {
Sysem.out.println("If you don't code well, Java will come and eat your memory");//write your code here
}
}