Homework 2

This commit is contained in:
Carlos Galindo 2020-01-15 22:30:09 +01:00
parent 12f678a924
commit bf60a078d7
Signed by: kauron
GPG key ID: 83E68706DEE119A3
64 changed files with 4786 additions and 1185 deletions

0
javali_tests/HW1_nop90/EightVariablesWrite.javali Normal file → Executable file
View file

View file

@ -14,7 +14,7 @@ class Main {
write(x); writeln();
/* performe some operation that should generate an int overflow */
x = 2147483640;
x = 21474836400;
y = 60000;
write( x + y); writeln();
z = 20000000;