Skip to content

Commit

Permalink
Lecture 02
Browse files Browse the repository at this point in the history
  • Loading branch information
maalvikabhat committed Jan 31, 2020
1 parent 35b85cf commit fed338d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
File renamed without changes.
6 changes: 5 additions & 1 deletion exercises/ex01/hello.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#include <stdio.h>

int main() {
printf("Hello, World!\n");
int x = 5;
int y = x + 1;
printf(y);
return 0;
}

% probably takes up less memory and makes it so that we need fewer operations
10 changes: 0 additions & 10 deletions hello.c

This file was deleted.

0 comments on commit fed338d

Please sign in to comment.