YAPC::EU 2018 Glasgow Update!
This commit is contained in:
parent
22f33d4004
commit
4e2d22a71d
1170 changed files with 15042 additions and 3047 deletions
12
Task/Stem-and-leaf-plot/Perl/stem-and-leaf-plot-3.pl
Normal file
12
Task/Stem-and-leaf-plot/Perl/stem-and-leaf-plot-3.pl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
\documentclass{report}
|
||||
\usepackage{fullpage}
|
||||
\begin{document}
|
||||
\begin{tabular}{ r | *{120}{c} }
|
||||
0 & 7 & 7 \\
|
||||
1 & 2 & 3 & 8 & 8 \\
|
||||
2 & 3 & 5 & 7 & 7 & 7 & 7 & 7 & 7 & 8 & 8 & 9 & 9 \\
|
||||
...
|
||||
13 & 1 & 2 & 3 & 9 \\
|
||||
14 & 1
|
||||
\end{tabular}
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue