forked_repository_to_fork/hello_world.c
2020-11-26 09:04:50 +01:00

11 lines
136 B
C

#include <iostream>
using namespace std;
int main() {
cout << "hello ASDADASDASD!" << endl;
cout << "edited" << endl;
return 0;
}