diff --git a/ExpectationsStudents/pge10btu.md b/ExpectationsStudents/pge10btu.md new file mode 100644 index 0000000000000000000000000000000000000000..747ffa445b00aaab5f739b8627100e36625b1e14 --- /dev/null +++ b/ExpectationsStudents/pge10btu.md @@ -0,0 +1,18 @@ +# Homework 1 # +My name is Hannes. + +## My Expectations are: ## + - learning [R](https://de.wikipedia.org/wiki/R_(Programmiersprache)) + - advancing in [Digital Humanitites](http://www.dh.uni-leipzig.de/wo/) + - advancing in mark-up/-[down](http://markdown.de/) + - working [collaboratively](https://de.wikipedia.org/wiki/Kollaboration) in a team + +## Some random c-code: ## +```c +#import <stdio.h> +int main() +{ + printf("Hello students of digital humanities!"); + return 0; +} +``` \ No newline at end of file