Skip to content
Snippets Groups Projects
Commit ba9ae328 authored by janib03's avatar janib03
Browse files

README

parent 3314325f
No related branches found
No related tags found
No related merge requests found
# Data Structs (Stack) # Data Structs (Stack)
<dataStructs> implements the struct `Stack`. This file can't be executed and is only imported as a module into <testDataStructs>. `dataStructs.mojo` implements the struct `Stack`. This file can't be executed and is only imported as a module into `testDataStructs.mojo`.
<testDataStructs> can be executed via `mojo <...>` or calling the executable. It shows simple usage of the afore mentioned stack. `testDataStructs.mojo` can be executed via `mojo testDataStructs.mojo` or calling the executable. It shows simple usage of the afore mentioned stack.
\ No newline at end of file
However, all interesting features of mojo are used in the struct `Stack`, so please have a look at the file `dataStructs.mojo` as well.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment