Skip to content

Commit 6a10743

Browse files
committed
test commit
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent 8b96412 commit 6a10743

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sandbox/flask-app/sample.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import sys
2+
import os
3+
4+
def func( a,b ):
5+
x = 10
6+
return a+b
7+
8+
print( func( 5,3 ) )

0 commit comments

Comments
 (0)