Skip to content
user19870 edited this page Dec 19, 2025 · 1 revision
  • if you write code like:
 @inject(int x=1;) 
 print(x)

you need to write "import iostream" or "@inject(printf("%d",x);)

Clone this wiki locally