diff options
author | erdgeist <erdgeist@bauklotz.local> | 2015-08-16 16:38:25 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.local> | 2015-08-16 16:38:25 +0200 |
commit | 23f0e1561767dd8a396188e317bae5920d171ea8 (patch) | |
tree | a67f44e39ad8a45e42d60634488a65c37f3ad432 /stories/poetry/MeinVortrag/09.html |
Initial import of my nikola website
Diffstat (limited to 'stories/poetry/MeinVortrag/09.html')
-rw-r--r-- | stories/poetry/MeinVortrag/09.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stories/poetry/MeinVortrag/09.html b/stories/poetry/MeinVortrag/09.html new file mode 100644 index 0000000..53922cd --- /dev/null +++ b/stories/poetry/MeinVortrag/09.html | |||
@@ -0,0 +1,13 @@ | |||
1 | <HTML><HEAD></HEAD><BODY><H1><PRE> | ||
2 | <A HREF="08.html"><-</A><A HREF="10.html">-></A> | ||
3 | in BASIC: | ||
4 | |||
5 | A = "Hallo" | ||
6 | PRINT A | ||
7 | |||
8 | in C: | ||
9 | |||
10 | char *a = "Hallo"; | ||
11 | printf( a ); | ||
12 | |||
13 | </PRE></H1></BODY></HTML> | ||