Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lab0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ii
INF101
24v
students
lab0
Merge requests
!1
Raphael.Olande
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Raphael.Olande
Raphael.Olande/lab0:master
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Raphael.Olande
requested to merge
Raphael.Olande/lab0:master
into
master
3 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
b7854542
1 commit,
3 months ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/main/java/lab0/GitlabUsername.java
+
2
−
1
Options
@@ -3,6 +3,7 @@ package lab0;
public
class
GitlabUsername
{
// TODO: Write you gitlab username in this string
public
static
final
String
gitlabUsername
=
""
;
public
static
final
String
gitlabUsername
=
"
@Raphael.Olande
"
;
}
Loading