rflejeune


Joined 7 months ago
Homeworks submitted:
Homework comments:
2
0

About Me

No description provided.

Classes

Programming in C

Class status: Established
Role: Student
. 2% complete

Learning Shell Scripting

Class status: Under Construction
Role: Student
. 12% complete

Structure and Interpretation of Computer Programs

Class status: Established
Role: Student
. 0% complete

Submitted Assignments

Programming in C: Lesson 1, HW 1

hello.c:5:9: warning: unknown escape sequence 'q'

#include <stdio.h>

int main()
{
	printf("hello, world\q");
	return 0;
}

rflejeune 7 months ago
Learning Shell Scripting: Lesson 1, HW 1

The second version would spawn a subshell. The source command loads all of these commands into the current shell.


rflejeune 7 months ago