diff options
| author | Bobby <[email protected]> | 2022-11-05 02:24:31 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 02:24:31 -0400 |
| commit | f1d42a625654025a112c00c82882dd59ce181165 (patch) | |
| tree | 53fe8c38ba239022d71818a3e96571cee6be06ca /src | |
| parent | ad8962a9729f629200d34a1cfdac00055c602d71 (diff) | |
| download | texty-f1d42a625654025a112c00c82882dd59ce181165.tar.xz texty-f1d42a625654025a112c00c82882dd59ce181165.zip | |
feat: Basic Layout
Diffstat (limited to 'src')
| -rw-r--r-- | src/texty.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texty.py b/src/texty.py new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/src/texty.py @@ -0,0 +1 @@ +print("hello world")
\ No newline at end of file |
