init: repo
This commit is contained in:
6
open_set/13_mulc.pas
Normal file
6
open_set/13_mulc.pas
Normal file
@@ -0,0 +1,6 @@
|
||||
program main;
|
||||
const
|
||||
a = 5;
|
||||
begin
|
||||
write(a*5);
|
||||
end.
|
||||
Reference in New Issue
Block a user