source: trunk/tutorials/temporal_hello.py @ 3098

Last change on this file since 3098 was 3098, checked in by Kana Sugimoto, 8 years ago

Adding a file temporary for testing

File size: 136 bytes
Line 
1#!/usr/bin/env python
2import sys
3
4def print_success():
5    print("Updated successfully!")
6
7if __name__=='__main__':
8    print_success()
Note: See TracBrowser for help on using the repository browser.