Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mojo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
janib03
Mojo
Commits
ba9ae328
Commit
ba9ae328
authored
Nov 18, 2023
by
janib03
Browse files
Options
Downloads
Patches
Plain Diff
README
parent
3314325f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
04_data_structs/README.md
+4
-2
4 additions, 2 deletions
04_data_structs/README.md
with
4 additions
and
2 deletions
04_data_structs/README.md
+
4
−
2
View file @
ba9ae328
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment