Skip to content
This repository was archived by the owner on Apr 21, 2018. It is now read-only.

Commit a592556

Browse files
author
YouniS Bensalah
committed
omgz
1 parent a925e29 commit a592556

19 files changed

Lines changed: 680 additions & 92 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.directory
22

33
/out/
4+
/snippets/
5+
46

57
## Core latex/pdflatex auxiliary files:
68
*.aux

img/computer_problems.png

32.8 KB
Loading

img/java_array.jpg

15.6 KB
Loading

slides-01.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,12 @@ \section{Hello World in Java}
223223
\end{enumerate}
224224
\end{frame}
225225

226-
\begin{frame}{Hello World in Java}
227-
\lstinputlisting[language=Java]{snippets/Hello.java}
226+
\begin{frame}[fragile]{Hello World in Java}
227+
public class Hello {
228+
public static void main(String[] args) {
229+
System.out.println("Hello, world!");
230+
}
231+
}
228232
\end{frame}
229233

230234
\begin{frame}[fragile]{Hello World in Java}

0 commit comments

Comments
 (0)