mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 00:59:37 +02:00
move legacy code to separate branch
This commit is contained in:
parent
68a30c8ee6
commit
11b4c48c3a
3528 changed files with 14477 additions and 53258 deletions
9
Data/ingsw/0210_46/wrong2.txt
Normal file
9
Data/ingsw/0210_46/wrong2.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
block SysArch
|
||||
DB db_c;
|
||||
S1 s1_c;
|
||||
S2 s2_c;
|
||||
connect(db_c.input[1], s1_c.output[1]);
|
||||
connect(db_c.output[1], s1_c.input[1]);
|
||||
connect(s1_c.input[2], s2_c.output[2]);
|
||||
connect(s1_c.output[2], s2_c.input[2]);
|
||||
end SysArch
|
Loading…
Add table
Add a link
Reference in a new issue