Wim Huiskamp / dummy
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dummy.cpp Source File

dummy.cpp

00001 
00002 int dummy(){
00003   int a=21;
00004   a=a*a;
00005   return a;
00006 }