diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..fcd764ab Binary files /dev/null and b/.DS_Store differ diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 00000000..e54889c4 Binary files /dev/null and b/src/.DS_Store differ diff --git a/src/main/java/de/tum/in/ase/eist/Hello.java b/src/main/java/de/tum/in/ase/eist/Hello.java new file mode 100644 index 00000000..30ea0cf7 --- /dev/null +++ b/src/main/java/de/tum/in/ase/eist/Hello.java @@ -0,0 +1,15 @@ +package de.tum.in.ase.eist; + +public class Hello { + public static void main(String[] args) { + + + System.out.println("Hello 2002"); + System.out.println("github test"); + + System.out.println("Hello 2024"); + + + + } +} diff --git a/src/main/python/test.ipynb b/src/main/python/test.ipynb new file mode 100644 index 00000000..475a5e33 --- /dev/null +++ b/src/main/python/test.ipynb @@ -0,0 +1,42 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import math" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}