shenanigansf
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
\usepackage[lining]{ebgaramond}
|
||||
\usepackage{listings}
|
||||
|
||||
% \usepa
|
||||
|
||||
\lstdefinestyle{mystyle}{
|
||||
basicstyle=\ttfamily\footnotesize,
|
||||
breakatwhitespace=false,
|
||||
@@ -19,6 +21,9 @@
|
||||
|
||||
\lstset{style=mystyle}
|
||||
|
||||
\setlength{\parindent}{0em}
|
||||
\setlength{\parskip}{2ex}
|
||||
|
||||
\title{Practical Assignment \#2}
|
||||
\author{
|
||||
João Neto -- 2023234004\\[1em]
|
||||
@@ -33,10 +38,17 @@
|
||||
\section{Introduction}
|
||||
Introdução!!!!
|
||||
|
||||
Criar chaves com 2048 bits.
|
||||
|
||||
\begin{lstlisting}[language=bash]
|
||||
hmmmm
|
||||
\end{lstlisting}
|
||||
|
||||
Criar chave secreta.
|
||||
\begin{lstlisting}[language=bash]
|
||||
openssl --genkey secret ta.key
|
||||
\end{lstlisting}
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
Conclusão!!!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user