curious

C++ code posted
created at 17 Oct 15:13

Edit | Back
1
2
3
4
5
6
7
{
  Foo foo;
  foo.function(parameter);
  foo.anotherFunction(anotherParameter);
  Bar bar(1024,1024);
  bar.function(parameter);
}
137 Bytes in 2 ms with coderay