Added 'LaTeX/source_code.tex'
This commit is contained in:
19
LaTeX/source_code.tex
Normal file
19
LaTeX/source_code.tex
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
\documentclass[]{article}
|
||||||
|
\usepackage{xcolor,listings}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\lstset{
|
||||||
|
language=C,
|
||||||
|
keywordstyle=\color{blue},
|
||||||
|
numbers=left,
|
||||||
|
}
|
||||||
|
|
||||||
|
\begin{lstlisting}
|
||||||
|
signed main(const int argc, const char * argv[]) {
|
||||||
|
// This is a bridge
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
\end{document}
|
Reference in New Issue
Block a user