wrote most of report

This commit is contained in:
2025-04-18 00:06:52 +09:00
parent 48fc1716d1
commit e7b0f70647
21 changed files with 340 additions and 81 deletions

13
section/program-2.tex Normal file
View File

@@ -0,0 +1,13 @@
\section{演習課題2}
出力に「C言語」を縦書きで表示するプログラム
\subsection{コードリスティング}
\defaultlistingstyle
\lstinputlisting[language=C, title={演習課題2}]{../programs/prog2.c}
\subsection{実行結果}
\begin{center}
\includegraphics[width=\textwidth]{./assets/prog2_output.png}
\end{center}