implement show users (#329)

* implement show users

* fix compile errors

* add basic ruby test

* gitignore things
This commit is contained in:
Nicholas Dujay
2023-02-21 16:08:43 -05:00
committed by GitHub
parent 28f2d19cac
commit 37e1c5297a
3 changed files with 47 additions and 1 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,7 @@
.idea
/target
*.deb
.vscode
.vscode
.profraw
cov/
lcov.info