Compare commits
11 Commits
6d621da0a6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 906718f8c1 | |||
| f4f2996d58 | |||
| d05c95ab35 | |||
| 152a41e7f3 | |||
| 7562c570f5 | |||
| 73cdc6694e | |||
|
|
b43ffdbe8f | ||
|
|
2717207a73 | ||
|
|
d9d3746d80 | ||
|
|
7fdafc7f9e | ||
|
|
fb75223cb7 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"workPackageId": 202,
|
||||
"startTime": "2026-01-14T17:20:54.299729400Z",
|
||||
"endTime": "2026-01-14T17:20:57.469715800Z",
|
||||
@@ -47,7 +47,7 @@
|
||||
"startTime": "2026-01-15T22:56:44.950837500Z",
|
||||
"endTime": "2026-01-15T22:56:50.560861400Z",
|
||||
"durationSeconds": 5
|
||||
},
|
||||
},
|
||||
{
|
||||
"workPackageId": 214,
|
||||
"startTime": "2026-01-15T23:02:30.012505800Z",
|
||||
@@ -73,4 +73,4 @@
|
||||
"durationSeconds": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -31,9 +31,10 @@ public class Main {
|
||||
public static void main(String[] args) {
|
||||
//TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text
|
||||
// to see how IntelliJ IDEA suggests fixing it.
|
||||
System.out.printf("Hello anasd welcome!");
|
||||
//System.out.printf("Hello anasd welcome!");
|
||||
|
||||
Test x = new Test();
|
||||
//Test x = new Test();
|
||||
Test x =sss new Test();
|
||||
x.test();
|
||||
for (int i = 1; i <= 5; i++) {
|
||||
//TIP Press <shortcut actionId="Debug"/> to start debugging your code. We have set one <icon src="AllIcons.Debugger.Db_set_breakpoint"/> breakpoint
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
@@ -8,4 +8,4 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
</module>
|
||||
Reference in New Issue
Block a user