Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2022/05/13 12:10] rajitplayground:playground [2025/08/04 13:53] (current) rajit
Line 1: Line 1:
 ====== PlayGround ====== ====== PlayGround ======
 +
 +[[:argonchanges|Changes to Argon template]]
  
 <file cpp> <file cpp>
 class Test { class Test {
 + int x;
 +}
 +</file>
 +
 +<file act>
 +
 +defproc test (bool b)
 +{
 +  pint p;
  
 } }
 </file> </file>
 +