mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-25 19:11:52 +08:00
initial import to public repository
This commit is contained in:
5
materials/chapter2/if_else.c
Normal file
5
materials/chapter2/if_else.c
Normal file
@@ -0,0 +1,5 @@
|
||||
if (cond_exp)
|
||||
then_statement
|
||||
else
|
||||
else_statement
|
||||
|
||||
Reference in New Issue
Block a user