public class Solution {
public static void main(String[] args) {
System.out.print("I think being a programmer is cool");
}
}
What is the mistake? It is not giving any output nor any error
Under discussion
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Kirki
20 January, 18:40
I cannot see any error...
0