feat: transpile hello world view function
This commit is contained in:
parent
8354d51ecb
commit
2f335b02ae
6 changed files with 385 additions and 81 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# generate a 10MB test file
|
||||
< /dev/urandom tr -dc "[:alnum:]" | head -c10000000 > file.txt
|
||||
< /dev/urandom tr -dc "[:alnum:]" | head -c10000000 > input.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue