update stuff
This commit is contained in:
0
praktikum-5/.gitignore → .gitignore
vendored
0
praktikum-5/.gitignore → .gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="Praktikum5" default="run" basedir=".">
|
<project name="Rechnernetze" default="run" basedir=".">
|
||||||
|
|
||||||
<property name="src.dir" value="."/>
|
<property name="src.dir" value="."/>
|
||||||
<property name="build.dir" value="build"/>
|
<property name="build.dir" value="build"/>
|
||||||
0
praktikum-5/flake.lock → flake.lock
generated
0
praktikum-5/flake.lock → flake.lock
generated
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
description = "Rechnerstrukturen Praktikum 5";
|
description = "Rechnernetze";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "Usage Example:"
|
echo "Usage Example:"
|
||||||
echo "ant run -Dmain-class=aufgabe3.Server"
|
echo "ant run -Dmain-class=praktikum5.aufgabe3.Server"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
// DK, 18.11.2022
|
package praktikum5.aufgabe1;
|
||||||
|
|
||||||
import java.net.UnknownHostException;
|
import java.net.UnknownHostException;
|
||||||
import java.net.InetAddress;
|
import java.net.InetAddress;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
package praktikum5.aufgabe2;
|
||||||
|
|
||||||
import java.net.InetAddress;
|
import java.net.InetAddress;
|
||||||
import java.net.UnknownHostException;
|
import java.net.UnknownHostException;
|
||||||
import java.net.SocketException;
|
import java.net.SocketException;
|
||||||
|
|||||||
Reference in New Issue
Block a user