cplusplus

   1 int main (int argc, char** argv)
   2 {
   3   printf ("Hello, world!\n");
   4   return 0;
   5 }

%no source highlighting for LaTeX
\documentclass{article}
\begin{document}
\end{document}

python

   1 import os
   2 from sys import time
   3 
   4 print 'what for?'

ncc09: TemP (zuletzt geändert am 2009-11-24 14:16:49 durch JogiHofmueller)