79536235

Date: 2025-03-26 11:23:52
Score: 2.5
Natty:
Report link

Using catch we can get the message.

set res [catch {exec ./a.out} msg ]
puts "$msg"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user2890240