Files
funnygame/asmrigs/tests/004.b
2026-01-16 13:32:36 +02:00

8 lines
55 B
Brainfuck

main()
{
auto a, b;
a = 10;
b = a + 5;
return b;
}