diff --git a/Dart/helloworld.dart b/Dart/helloworld.dart index 857f2c5c..7962327c 100644 --- a/Dart/helloworld.dart +++ b/Dart/helloworld.dart @@ -1,5 +1,5 @@ //love dart void main(){ // this is just for practice - print("Hello World hello"); + print("Hi How Are You"); }