diff options
| author | Baitinq <[email protected]> | 2025-05-04 23:11:05 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-05-04 23:11:09 +0200 |
| commit | c8b2865ec524e4774477c18e128522d89358a91d (patch) | |
| tree | 8d95f810def4746e923e3cfe62fb030c7a9ed12b /examples/11.src | |
| parent | Bootstrap: Iterate chars (diff) | |
| download | pry-lang-c8b2865ec524e4774477c18e128522d89358a91d.tar.gz pry-lang-c8b2865ec524e4774477c18e128522d89358a91d.tar.bz2 pry-lang-c8b2865ec524e4774477c18e128522d89358a91d.zip | |
Examples: Add expected stdout and exit code
Diffstat (limited to 'examples/11.src')
| -rw-r--r-- | examples/11.src | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/11.src b/examples/11.src index cc23719..1c45861 100644 --- a/examples/11.src +++ b/examples/11.src @@ -13,3 +13,14 @@ let main = () => i64 { return y(id, 2); }; + +/* + +Expected stdout: + +2 +12 + +Expected return: 2 + +*/ |