Some checks are pending
Lean Action CI / build (push) Waiting to run
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 lines
27 B
Matlab
3 lines
27 B
Matlab
x = 10;
|
|
y = x * 2;
|
|
disp(y)
|