Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

фролов #73

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.mirea.practice</groupId>
Expand Down Expand Up @@ -34,14 +34,12 @@
<module>students/23K0143</module>
<module>students/23K0365</module>
<module>students/23K0368</module>
<module>students/23K0754</module>
<module>students/24K0458</module>
<module>students/23K0350</module>
<module>students/23K1302</module>
<module>students/23K0346</module>
<module>students/24K0459</module>
<module>students/23K0364</module>
<module>students/23K0155</module>
</modules>

<dependencies>
Expand Down Expand Up @@ -179,4 +177,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
13 changes: 13 additions & 0 deletions students/23K1167/23K1167-p01/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>23K1167</artifactId>
<groupId>ru.mirea.practice</groupId>
<version>2024.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>23K1167-p01</artifactId>
<description>Массивы</description>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package ru.mirea.practice.s0000001;

public final class Main {

private Main() {

}

public static void main(String[] args) {
System.out.println("первая практическая работа!");
}
}
2 changes: 2 additions & 0 deletions students/23K1167/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Петя Васечкин
КБВО-01-24
18 changes: 18 additions & 0 deletions students/23K1167/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>algorithms-and-data-structures</artifactId>
<groupId>ru.mirea.practice</groupId>
<version>2024.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>23K1167</artifactId>
<packaging>pom</packaging>
<description>Практическая работа Фролов Александр</description>

<modules>
<module>23K1167-p01</module>
</modules>
</project>
Loading