Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
proximity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis "what could possibly go wrong" Randl
proximity
Commits
8dd759db
Commit
8dd759db
authored
4 months ago
by
Mathis "what could possibly go wrong" Randl
Browse files
Options
Downloads
Patches
Plain Diff
initial commit
parent
37f40ed6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
Cargo.lock
+7
-0
7 additions, 0 deletions
Cargo.lock
Cargo.toml
+6
-0
6 additions, 0 deletions
Cargo.toml
src/main.rs
+3
-0
3 additions, 0 deletions
src/main.rs
with
18 additions
and
0 deletions
.gitignore
0 → 100644
+
2
−
0
View file @
8dd759db
/target
/.vscode
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Cargo.lock
0 → 100644
+
7
−
0
View file @
8dd759db
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "proximity"
version = "0.1.0"
This diff is collapsed.
Click to expand it.
Cargo.toml
0 → 100644
+
6
−
0
View file @
8dd759db
[package]
name
=
"proximity"
version
=
"0.1.0"
edition
=
"2021"
[dependencies]
This diff is collapsed.
Click to expand it.
src/main.rs
0 → 100644
+
3
−
0
View file @
8dd759db
fn
main
()
{
println!
(
"Hello, world!"
);
}
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