Skip to content

Commit

Permalink
[Python] Challenge 0 (Unreviewed) (#461)
Browse files Browse the repository at this point in the history
[Python] Challenge 0 (ReadyForMerge)
  • Loading branch information
Fejolu authored and MJUIUC committed Jan 25, 2017
1 parent b69d6ca commit eeeac98
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions challenge_0/python/Fejolu/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# readme created by Fejolu

# Hello World!
##### Python 2.7.10

### 1. Approach to Solving the problem

I need to print the 'Hello World!' string.

### 2. How to compile and run this code

You only need one step to make this program work:

'''
& python /src/helloworld.py
'''

### 3. How this program works

One the program is running, it will print 'Hello World!'.
1 change: 1 addition & 0 deletions challenge_0/python/Fejolu/src/helloworld.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print 'Hello World'

0 comments on commit eeeac98

Please sign in to comment.