2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/presentations/Programmieren-Tutorium/Tutorium-03/Quiz-Answer.sh-session

6 lines
145 B
Bash Session
Raw Normal View History

user@pc:~/Tutorium-03$ javac Quiz.java
Quiz.java:5: variable b might not have been initialized
if (a == b) {
^
1 error