diff options
author | Puneeth Chaganti | 2010-10-08 11:30:31 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-10-08 11:30:31 +0530 |
commit | ea90c8c20fd8c716436e39e2a7d0b825817ee3e0 (patch) | |
tree | 5a1160278b3c2e2dedfe18977c0a8d8f197b5b23 /loading-data-from-files/primes.txt | |
parent | 43848a98cafe304ecde8857d082a301e5766c951 (diff) | |
download | st-scripts-ea90c8c20fd8c716436e39e2a7d0b825817ee3e0.tar.gz st-scripts-ea90c8c20fd8c716436e39e2a7d0b825817ee3e0.tar.bz2 st-scripts-ea90c8c20fd8c716436e39e2a7d0b825817ee3e0.zip |
Added data files to loading data from files LO.
Diffstat (limited to 'loading-data-from-files/primes.txt')
-rw-r--r-- | loading-data-from-files/primes.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/loading-data-from-files/primes.txt b/loading-data-from-files/primes.txt new file mode 100644 index 0000000..384d511 --- /dev/null +++ b/loading-data-from-files/primes.txt @@ -0,0 +1,25 @@ +2 +3 +5 +7 +11 +13 +17 +19 +23 +29 +31 +37 +41 +43 +47 +53 +59 +61 +67 +71 +73 +79 +83 +89 +97 |