summaryrefslogtreecommitdiff
path: root/stories/poetry/MeinVortrag/03.html
diff options
context:
space:
mode:
Diffstat (limited to 'stories/poetry/MeinVortrag/03.html')
-rw-r--r--stories/poetry/MeinVortrag/03.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/stories/poetry/MeinVortrag/03.html b/stories/poetry/MeinVortrag/03.html
new file mode 100644
index 0000000..38f1bd1
--- /dev/null
+++ b/stories/poetry/MeinVortrag/03.html
@@ -0,0 +1,11 @@
1<HTML><HEAD></HEAD><BODY><H1><PRE>
2<A HREF="02.html">&lt;-</A><A HREF="04.html">-></A>
3int main( ) {
4 int a, b;
5 a = 7;
6 b = 9;
7
8 printf( "%d %d\n", a, b );
9 return 0;
10}
11</PRE></H1></BODY></HTML>