This commit is contained in:
Jonathan Campbell
2019-03-26 14:01:03 -07:00
parent cf84ebb517
commit 10a28958c9

View File

@@ -33,4 +33,5 @@ hello1();
hello1(1);
hello1(23.44);
hello1("Hello world");
hello1(1,2,3,4);
hello1(1,2.3,"4");