gopalji revised this gist . Go to revision
1 file changed, 1 insertion
test.txt(file created)
| @@ -0,0 +1 @@ | |||
| 1 | + | hello world! | |
gopalji revised this gist . Go to revision
1 file changed, 4 insertions
test.py(file created)
| @@ -0,0 +1,4 @@ | |||
| 1 | + | def hello_world(): | |
| 2 | + | print('Hello World! This website works!') | |
| 3 | + | ||
| 4 | + | hello_world() | |