init: repo
This commit is contained in:
9
open_set/10_sub2.pas
Normal file
9
open_set/10_sub2.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
program main;
|
||||
const
|
||||
a = 10;
|
||||
var
|
||||
b: integer;
|
||||
begin
|
||||
b := 2;
|
||||
write(b - a);
|
||||
end.
|
||||
Reference in New Issue
Block a user