summaryrefslogtreecommitdiff
path: root/lecture2/hello.c
blob: 2c8db6459ab4950b8ab0d67303cd9b00e2a67b81 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main(){
	double float test = 5;
	printf("Hello, world!\n");
}