WIP: Hello World Program

Hello world Program with Python and PHP

Change-Id: I73c2ffb269dd849ef0e4cad8a5b7cd674b5577c0
Task: 36649
Story: 2006558
This commit is contained in:
nguyenhung
2019-09-16 21:24:21 +07:00
committed by nguyenhung
parent b824bad6f7
commit a9afd05b3d
2 changed files with 4 additions and 0 deletions

3
VOI/hello.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
echo "Hello World!";
?>

1
VOI/hello.py Normal file
View File

@@ -0,0 +1 @@
print ("Hello OpenStack Vietnam User Group")