dos2unix'es all files- only one affected : topology.py in the ns3 examples area
[nepi.git] / examples / linux / hello.c
1 #include <stdio.h>
2
3 int 
4 main(int argc, char** argv){
5
6   printf("Hello world\n");
7   return 0;
8 }