add doku.org file

This commit is contained in:
Andreas Zweili 2017-10-29 21:03:20 +01:00
parent beee1dcd8d
commit 03a87481c4
1 changed files with 42 additions and 0 deletions

42
docs/doku.org Normal file
View File

@ -0,0 +1,42 @@
#+TITLE: Casestudy Webtechnologien
#+SETUPFILE: ~/git_repos/notes/settings/html_theme/setup/theme-readtheorg.setup
#+AUTHOR: Andreas Zweili
* Section
** Subsection
*** Subsubsection
- List
- List
- List
*** Subsubsection
1. Numbered List
2. Numbered List
3. Numbered List
*** Table
| Name | Funktion | Beschreibung |
|------+----------+--------------|
| | | |
| | | |
| | | |
*** Code Block
#+BEGIN_SRC python
for var in collection:
while variable = True:
#+END_SRC
#+BEGIN_SRC sql
create FUNCTION functionname()
RETURNS varchar(100)
AS BEGIN
END
go
#+END_SRC