\documentclass{beamer}
\begin{document}
\begin{frame}[fragile]
\begin{verbatim}
//Simple C++ program
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello Rakib"<<endl;
return 0;
}
\end{verbatim}
\end{frame}
\end{document}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment