Merge pull request #59 from dvargas46/master

fix awk test
This commit is contained in:
Brian Seymour 2021-01-26 16:31:15 -06:00 committed by GitHub
commit 2fdd65af26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
{ print "good" }
BEGIN{ print "good" }