diff options
author | hardythe1 | 2014-06-13 18:29:04 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-13 18:29:04 +0530 |
commit | 2f9d25d3e6d8ecaed6f86452c845fd9c70154710 (patch) | |
tree | 039e33eeef6f719078dd34722be6ea7a66e5b78b /lecture_notes/source/using_linux_tools/examples/primes.txt | |
parent | a6b748ea000473c4cb36ec769a64fa5c9595a59e (diff) | |
download | sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.gz sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.bz2 sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.zip |
changes in the directory so that it can be compiled by sphinx
Diffstat (limited to 'lecture_notes/source/using_linux_tools/examples/primes.txt')
-rw-r--r-- | lecture_notes/source/using_linux_tools/examples/primes.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lecture_notes/source/using_linux_tools/examples/primes.txt b/lecture_notes/source/using_linux_tools/examples/primes.txt new file mode 100644 index 0000000..b5cdec8 --- /dev/null +++ b/lecture_notes/source/using_linux_tools/examples/primes.txt @@ -0,0 +1,30 @@ +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 +101 +103 +107 +109 +113 |