File tree Expand file tree Collapse file tree 5 files changed +46
-0
lines changed
src/main/java/ru/mirea/practice/s0000001 Expand file tree Collapse file tree 5 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 2828
2929 <modules >
3030 <module >students/0000001</module >
31+ <module >students/23K9006</module >
3132 <module >students/23K0093</module >
3233 <module >students/23K0690</module >
3334 <module >students/23K0120</module >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+ <parent >
6+ <artifactId >23K9006</artifactId >
7+ <groupId >ru.mirea.practice</groupId >
8+ <version >2024.1</version >
9+ <relativePath >../pom.xml</relativePath >
10+ </parent >
11+ <artifactId >23K9006-p01</artifactId >
12+ <description >Массивы</description >
13+ </project >
Original file line number Diff line number Diff line change 1+ package ru .mirea .practice .s0000001 ;
2+
3+ public final class Main {
4+
5+ private Main () {
6+
7+ }
8+
9+ public static void main (String [] args ) {
10+ System .out .println ("первая практическая работа!" );
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ Плешаков Илья
2+ КАБО-01-23
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+ <parent >
6+ <artifactId >algorithms-and-data-structures</artifactId >
7+ <groupId >ru.mirea.practice</groupId >
8+ <version >2024.1</version >
9+ <relativePath >../../pom.xml</relativePath >
10+ </parent >
11+ <artifactId >23K9006</artifactId >
12+ <packaging >pom</packaging >
13+ <description >Практическая работа Ильи</description >
14+
15+ <modules >
16+ <module >23K9006-p01</module >
17+ </modules >
18+ </project >
You can’t perform that action at this time.
0 commit comments