From b14c13fcc6bb6d01c468805d612acb353ec168ac Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 30 Jan 2015 12:30:05 +0530 Subject: added books --- Teach_Yourself_C_in_24_Hours/hour2.ipynb | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 Teach_Yourself_C_in_24_Hours/hour2.ipynb (limited to 'Teach_Yourself_C_in_24_Hours/hour2.ipynb') diff --git a/Teach_Yourself_C_in_24_Hours/hour2.ipynb b/Teach_Yourself_C_in_24_Hours/hour2.ipynb new file mode 100755 index 00000000..8c6cef05 --- /dev/null +++ b/Teach_Yourself_C_in_24_Hours/hour2.ipynb @@ -0,0 +1,50 @@ +{ + "metadata": { + "name": "", + "signature": "sha256:aa0169689b73d81c82a8f62ed4cf3b03d328c0e235d7ff4fff52cc0bebc646cc" + }, + "nbformat": 3, + "nbformat_minor": 0, + "worksheets": [ + { + "cells": [ + { + "cell_type": "heading", + "level": 1, + "metadata": {}, + "source": [ + "Hour 2: Writing Your first C program" + ] + }, + { + "cell_type": "heading", + "level": 2, + "metadata": {}, + "source": [ + "Example 2.1, Page No.28" + ] + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "print \"Howdy, neighbout! This is my first C Program.\"" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "Howdy, neighbout! This is my first C Program.\n" + ] + } + ], + "prompt_number": 1 + } + ], + "metadata": {} + } + ] +} \ No newline at end of file -- cgit