mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-05-22 08:39:30 +00:00
updates
This commit is contained in:
parent
80658265d0
commit
d43b31cea2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
*
|
*
|
||||||
*/
|
!*/
|
||||||
!*.*
|
!*.*
|
||||||
.tool-versions
|
.tool-versions
|
||||||
@ -1,7 +0,0 @@
|
|||||||
# This is just an example to get you started. A typical library package
|
|
||||||
# exports the main API in this file. Note that you cannot rename this file
|
|
||||||
# but you can remove it if you wish.
|
|
||||||
|
|
||||||
proc add*(x, y: int): int =
|
|
||||||
## Adds two numbers together.
|
|
||||||
return x + y
|
|
||||||
1
src/apatheia/queues.nim
Normal file
1
src/apatheia/queues.nim
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
# This is just an example to get you started. Users of your library will
|
|
||||||
# import this file by writing ``import apatheia/submodule``. Feel free to rename or
|
|
||||||
# remove this file altogether. You may create additional modules alongside
|
|
||||||
# this file as required.
|
|
||||||
|
|
||||||
type
|
|
||||||
Submodule* = object
|
|
||||||
name*: string
|
|
||||||
|
|
||||||
proc initSubmodule*(): Submodule =
|
|
||||||
## Initialises a new ``Submodule`` object.
|
|
||||||
Submodule(name: "Anonymous")
|
|
||||||
Loading…
x
Reference in New Issue
Block a user