Files
IBAFLang/IBAF-Tests/IBAF-1/test.pp.ibaf
2023-11-09 09:46:07 +01:00

1 line
65 B
Plaintext

int x , y ; x = 10 % 3 ; y = x + 10 ; print ( x ) ; print ( y ) ;