Thomas Røiri Aaslund
/
vehicle
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Download as
Email Patches
Plain Diff
Browse Code »
Commit
35ca089adb3d39c04c7e88764629d7f64299db8e
Authored by
Thomas Røiri Aaslund
2019-02-13 05:23:45 +0100
1 parent
69153303
modify testveh on master
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
TestVehicle.java
Inline
Side-by-side
TestVehicle.java
Wrap text
Show/Hide comments
View file @
35ca089
...
...
@@ -8,5 +8,6 @@ public class TestVehicle
8
8
public static void main(String[] args)
9
9
{
10
10
System.out.println("test123");
11
+ System.out.println("test456");
11
12
}
12
13
}
13
14
\ No newline at end of file
...
...