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