mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 22:59:37 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
9
legacy/Data/ingsw/0210_11/wrong1.txt
Normal file
9
legacy/Data/ingsw/0210_11/wrong1.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
block SysArch
|
||||
OS os_c;
|
||||
WS ws_c;
|
||||
WB wb_c;
|
||||
connect(os_c.input1, ws_c.output1);
|
||||
connect(os_c.output1, ws_c.input1);
|
||||
connect(wb_c.input2, ws_c.output2);
|
||||
connect(wb_c.output2, ws_c.input2);
|
||||
end SysArch
|
Loading…
Add table
Add a link
Reference in a new issue