Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
prog2 wk4
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elijah vasquez
prog2 wk4
Commits
4b957db9
Commit
4b957db9
authored
Feb 28, 2022
by
Elijah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
b017b7a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
Foo.class
bin/Foo.class
+0
-0
Main1.class
bin/Main1.class
+0
-0
Main1.java
src/Main1.java
+9
-0
No files found.
bin/Foo.class
0 → 100644
View file @
4b957db9
File added
bin/Main1.class
0 → 100644
View file @
4b957db9
File added
src/Main1.java
0 → 100644
View file @
4b957db9
public
class
Main1
{
public
static
void
main
(
String
[]
args
){
Foo
f
=
new
Foo
();
f
.
x
=
42
;
f
.
y
=
9
;
System
.
out
.
println
(
f
.
sum
());
System
.
out
.
println
(
f
.
difference
());
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment