repository_to_fork/hello_world.c

10 lines
109 B
C
Raw Permalink Normal View History

2020-11-25 23:30:31 +01:00
#include <iostream>
using namespace std;
int main() {
2020-11-26 08:47:10 +01:00
cout << "hello ASDADASDASD!" << endl;
2020-11-25 23:30:31 +01:00
return 0;
}