haas/fall2026/cprog/projects/cit0.md
... ...
@@ -8,16 +8,12 @@ To begin our exploration of programming, starting with an investigation
8 8
into the various integer data types available in C, along with their
9 9
properties.
10 10
11
-## GRABIT
11
+## OBTAIN THE PROJECT FILES
12 12
13 13
To assist with consistency across all implementations, data files for use
14
-with this project are available on lab46 via the **grabit** tool. Be sure
15
-to obtain it and ensure your implementation properly works with the
16
-provided data.
17
-
18
-```
19
-lab46:~/src/SEMESTER/cprog$ grabit cprog cit0
20
-```
14
+with this project are available on the class repository under the
15
+`projects/` directory. Please copy the data to your project directory to
16
+begin work.
21 17
22 18
Please study any provided code or supporting documents, and look up,
23 19
experiment, and ask questions on aspects that you do not understand.
... ...
@@ -154,18 +150,10 @@ met:
154 150
* Code must be well commented
155 151
* Do NOT double space your code. Group like statements together.
156 152
* Track/version the source code in your private semester repository
157
- * Submit a copy of your source code to me using the **submit** tool
158
-
159
-To submit this program to me using the **submit** tool, run the following
160
-command at your LAB46 prompt:
161
-
162
-```
163
-lab46:~/src/SEMESTER/cprog/cit0$ make submit
164
-```
165 153
166
-You should get some sort of confirmation indicating successful submission
167
-if all went according to plan. If not, check for typos and or locational
168
-mismatches.
154
+To submit this project to me, make sure the `Makefile` and your completed
155
+`cit0.c` file are placed in your private semester repository under
156
+`cprog/cit0/`
169 157
170 158
What I'll be looking for:
171 159
... ...
@@ -175,8 +163,7 @@ I'll be evaluating the project based on the following criteria:
175 163
176 164
```
177 165
104:cit0:final tally of results (104/104)
178
-*:cit0:grabit the code on lab46 by Sunday before deadline [13/13]
179
-*:cit0:code is pushed to private semester repository [13/13]
166
+*:cit0:code is pushed to private semester repository [26/26]
180 167
*:cit0:proper output formatting per specifications [13/13]
181 168
*:cit0:clean compile, no compiler messages [13/13]
182 169
*:cit0:each integer type explored in full [26/26]