Skip to content
Binary file added .DS_Store
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.
15 changes: 15 additions & 0 deletions src/main/java/de/tum/in/ase/eist/Hello.java
Original file line number Diff line number Diff line change
@@ -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");



}
}
42 changes: 42 additions & 0 deletions src/main/python/test.ipynb
Original file line number Diff line number Diff line change
@@ -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
}