diff options
| author | Omar Rizwan <omar@omar.website> | 2022-07-20 21:35:34 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-07-20 21:35:34 +0000 |
| commit | a0dfd7ca85a30781b27bb046d7bb128b44e32f9f (patch) | |
| tree | ad9b2ca0c16422004a475f26db4fcd41e4d65979 /virtual-programs | |
| parent | move programs/ -> virtual-programs/ in prep for printable programs (diff) | |
| download | folk-a0dfd7ca85a30781b27bb046d7bb128b44e32f9f.tar.gz folk-a0dfd7ca85a30781b27bb046d7bb128b44e32f9f.zip | |
more iterations of print fixing
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/print.folk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual-programs/print.folk b/virtual-programs/print.folk index 24e5e8e2..c4a9d6c3 100644 --- a/virtual-programs/print.folk +++ b/virtual-programs/print.folk @@ -1,3 +1,3 @@ When /someone/ wishes to print /code/ with job id /jobid/ { - -}
\ No newline at end of file + puts $jobid +} |
