User Tools

Site Tools


opus:spring2014:tmitch10:start

TJ's Spring 2014 Opus

With knowledge, comes power.

Introduction

A brave warrior stands ready to take on the tasks ahead. Adversaries rise and quickly fall beneath his feet. Come May, the war will be over, and he will stand victorious.

C/C++ Programming Journal

Star Date:91667.34(January 24, 2014 4:30PM)

Today we took our first steps, and said “Hello” to the new world we are about to enter. This was done with a very simple code

Hello World


#include<stdio.h>
int main()
{
printf(“Hello, World!\n”);
return(0);
}

opus/spring2014/tmitch10/start.txt · Last modified: 2014/08/23 17:08 by 127.0.0.1